IMapShemaBasic Interface |
Namespace: imbSCI.Data.data.maps.datamap
public interface IMapShemaBasic : IValuePairs, IAceCollection, INotifyPropertyChanged, IList, ICollection, IEnumerable, IDictionary<string, Object>, ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>
The IMapShemaBasic type exposes the following members.
| Name | Description | |
|---|---|---|
| Item | (Inherited from IValuePairs.) | |
| Keys |
Pristup key kolekciji
(Inherited from IValuePairs.) | |
| mapNames | ||
| mappedType |
podaci o izvornom tipu
| |
| properties |
| Name | Description | |
|---|---|---|
| Add | (Inherited from IValuePairs.) | |
| checkProperty |
Proverava da li propertz treba ubaciti u shemu 2014c
| |
| ContainsKey | (Inherited from IValuePairs.) | |
| getCrossSection |
Vraca pairs koji predstavljaju rezultat operacije nad skupom
(Inherited from IValuePairs.) | |
| getDataDescription | (Inherited from IValuePairs.) | |
| getMapItem | ||
| getProperty | ||
| getShemaLabel | ||
| getValues |
Vraca sve vrednosti parovima
(Inherited from IValuePairs.) | |
| getValues(DataRow, Boolean) |
Vraca vrednosti iz reda a koje se nalaze pod imenom u propertyValue paru - funkcija mapiranja ustvari
(Inherited from IValuePairs.) | |
| getValues(Object, Boolean) |
Updataes data from the object. If fields defined does just update. If fields count is 0 - search all propertiesi in object
(Inherited from IValuePairs.) | |
| setValues |
Postavlja vrednosti u objekat
(Inherited from IValuePairs.) |
| Name | Description | |
|---|---|---|
| AddMulti |
Adds the specified input/s - if exists skips
(Defined by collectionExtensions.) | |
| AddMultiple |
Adds the specified input/s - if exists skips
(Defined by collectionExtensions.) | |
| AddRangeKeyValuePairString, Object |
Adds (optionally: unique) values from the specified range
(Defined by collectionExtensions.) | |
| AddRangeImb |
Dodaje niz objekata u niz ukoliko ih vec ne sadrzi lista - vraca podatak koliko je novih objekata ubaceno
(Defined by collectionExtensions.) | |
| AddSeveral | (Defined by imbStringCollectionExtensions.) | |
| AddUnique |
Adds the specified input/s - if exists skips
(Defined by collectionExtensions.) | |
| buildDataTable |
2017::Builds data table out of collection. Supported properties: primitives, enums and IGetFromToString interface types
(Defined by DataTableBuilders.) | |
| BuildDataTableHorizontal |
Builds the data table using reflection and selected columns. Supports formating instruction, expression and other advanced atributes
(Defined by PropertyDataStructureTools.) | |
| buildPropertyCollectionList |
Builds the property collection list from IEnumerable source collection
(Defined by imbPropertyCollectionExtensions.) | |
| ContainsAll(Object) | Overloaded. (Defined by containsQueries.) | |
| ContainsAll(IEnumerable) | Overloaded. (Defined by containsQueries.) | |
| ContainsAny(IEnumerable) | Overloaded.
Determines whether the target contains any of specified needles
(Defined by containsQueries.) | |
| ContainsAny(IEnumerable, Object) | Overloaded. (Defined by containsQueries.) | |
| ContainsByEnum | (Defined by containsQueries.) | |
| ContainsOneOrMore | (Defined by containsQueries.) | |
| ContainsOnly | (Defined by containsQueries.) | |
| ConvertListKeyValuePairString, Object, TTarget | (Defined by collectionExtensions.) | |
| ConvertToListTTarget | (Defined by collectionExtensions.) | |
| convertValueToString |
Converts the value to string.
(Defined by collectionExtensions.) | |
| count |
Universal counting
(Defined by collectionExtensions.) | |
| CreateNestedDataTableKeyValuePairString, Object, TInner |
Creates the nested data table. http://stackoverflow.com/questions/33823820/convert-generic-nested-list-to-datatable
(Defined by DataTableETL.) | |
| getAllEnums |
Gathers all enumerations found in the collection
(Defined by collectionExtensions.) | |
| getAllOfTypeT |
Gets the first instance of type in supplied collection. makeNewIfNotFound (Defined by collectionExtensions.) | |
| GetChartDataTableKeyValuePairString, Object |
Makes data table for chart
(Defined by UniversalGenerators.) | |
| getCrossSection(IValuePairs, crossSectionType) | Overloaded.
Vraca presek u kolekciji koja ce biti istog tipa kao i source parametar
(Defined by IValuePairsExtension.) | |
| getCrossSectionTVP(IValuePairs, crossSectionType) | Overloaded.
Vraca presek koji ce biti dostavljen u odabranom tipu kolekcije
(Defined by IValuePairsExtension.) | |
| GetCrossSectionKeyValuePairString, Object |
Gets the cross section: only items that are in common to all collections
(Defined by collectionExtensions.) | |
| GetDifferenceKeyValuePairString, Object | (Defined by collectionExtensions.) | |
| getFirstOfTypeT |
Gets the first instance that is compatibile with T in supplied collection. Supports PropertyCollection and other collections
(Defined by collectionExtensions.) | |
| getFirstSafe |
Gets the first safe.
(Defined by collectionExtensions.) | |
| getFlatArrayT | (Defined by collectionExtensions.) | |
| getFlatListT | (Defined by collectionExtensions.) | |
| GetHistogramModelKeyValuePairString, Object | (Defined by histogramModelExtensions.) | |
| GetRatio |
Gets the ratio of Counts between two IList collections
(Defined by analysisExtensions.) | |
| GetSVGChartKeyValuePairString, Object | (Defined by UniversalGenerators.) | |
| GetSVGPieChartKeyValuePairString, Object |
Gets the SVG pie or doughnut chart.
(Defined by UniversalGenerators.) | |
| GetTrendKeyValuePairString, Object |
Gets the trend from set of objects
(Defined by measureTrendTools.) | |
| GetUnionKeyValuePairString, Object | (Defined by collectionExtensions.) | |
| getValuesTVP |
Vraca IValuePair sa vrednostima koje je uzeo iz IDictionary dataSource-a -- ne sme da bude ekstenzija jer ce puci XmlSerijalizacija
(Defined by IValuePairsExtension.) | |
| imbFirstSafe |
Imbs the first safe.
(Defined by collectionExtensions.) | |
| imbGetIndexOf |
Gets index of item in an unknown enumeration
(Defined by collectionExtensions.) | |
| imbGetItemAt |
Universal method for getting element out of unknown IEnumerable (Defined by collectionExtensions.) | |
| isNullOrEmpty |
Proverava da li je kolekcija null ili bez clanova
(Defined by collectionExtensions.) | |
| markdownList |
Creates list from collection of [strings, IEnumerable or Objects]
(Defined by imbStringMarkdownExtensions.) | |
| PopT | (Defined by collectionExtensions.) | |
| RandomizeToListKeyValuePairString, Object |
Returns a new list where the elements are randomly shuffled.
Based on the Fisher-Yates shuffle, which has O(n) complexity.
(Defined by collectionExtensions.) | |
| takeFirstFromListKeyValuePairString, Object(KeyValuePairString, Object) | Overloaded.
Vraca prvi element koji je pronadjen u ulaznom skupu - default vraca prvi element matchList
(Defined by collectionExtensions.) | |
| takeFirstFromListKeyValuePairString, Object(IEnumerableKeyValuePairString, Object, KeyValuePairString, Object) | Overloaded.
Vraca prvi objekat koji se nalazi i u ovom skupu i u matchList skupu
(Defined by collectionExtensions.) | |
| textList |
Creates list from collection of [strings, IEnumerable or Objects]
(Defined by imbStringTextExtensions.) | |
| toCsvInLine |
Renders CSV line from [!:object.toStringSafe()], [!:separator] is removed from item String
(Defined by imbDataExtensions.) | |
| toListKeyValuePairString, Object |
Konvertuje niz u listu
(Defined by collectionExtensions.) |