IImetaCollection Interface |
Namespace: imbSCI.Reporting.meta
public interface IImetaCollection : IEnumerable<IMetaContentNested>, IEnumerable
The IImetaCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | ||
| ItemInt32 | ||
| ItemString |
| Name | Description | |
|---|---|---|
| Add |
Method to register new page in collection - you must get new instance from parent object
| |
| Any | ||
| discoverCommonParent |
Discovers the common parent or sets the one provided in arguments
| |
| GetEnumerator | ||
| IndexOf | ||
| setParentToItems |
Set parent
| |
| Sort |
Deploy
|
| Name | Description | |
|---|---|---|
| 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.) | |
| ConvertListIMetaContentNested, TTarget | (Defined by collectionExtensions.) | |
| ConvertToListTTarget | (Defined by collectionExtensions.) | |
| count |
Universal counting
(Defined by collectionExtensions.) | |
| CreateNestedDataTableIMetaContentNested, TInner |
Creates the nested data table. http://stackoverflow.com/questions/33823820/convert-generic-nested-list-to-datatable
(Defined by DataTableETL.) | |
| GetAggregatesIMetaContentNested |
Gets aggregated version of the objects
(Defined by collectionAggregation.) | |
| 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.) | |
| GetChartDataTableIMetaContentNested |
Makes data table for chart
(Defined by UniversalGenerators.) | |
| GetCrossSectionIMetaContentNested |
Gets the cross section: only items that are in common to all collections
(Defined by collectionExtensions.) | |
| GetDifferenceIMetaContentNested | (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.) | |
| GetHistogramModelIMetaContentNested | (Defined by histogramModelExtensions.) | |
| GetSVGChartIMetaContentNested | (Defined by UniversalGenerators.) | |
| GetSVGPieChartIMetaContentNested |
Gets the SVG pie or doughnut chart.
(Defined by UniversalGenerators.) | |
| GetTrendIMetaContentNested |
Gets the trend from set of objects
(Defined by measureTrendTools.) | |
| GetUnionIMetaContentNested | (Defined by collectionExtensions.) | |
| imbFirstOrMoreIMetaContentNested |
Vraca jedan ili vise resursa koji ispunjavaju uslov
(Defined by collectionExtensions.) | |
| imbFirstSafe(Int32) | Overloaded.
Imbs the first safe.
(Defined by collectionExtensions.) | |
| imbFirstSafeIMetaContentNested(Int32) | Overloaded.
Proverava uslov
(Defined by collectionExtensions.) | |
| imbFirstSafeIMetaContentNested(FuncIMetaContentNested, Boolean) | Overloaded.
Proverava uslov
(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.) | |
| imbLastSafeIMetaContentNested |
Imbs the last safe.
(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.) | |
| RandomizeToListIMetaContentNested |
Returns a new list where the elements are randomly shuffled.
Based on the Fisher-Yates shuffle, which has O(n) complexity.
(Defined by collectionExtensions.) | |
| takeFirstFromListIMetaContentNested(IMetaContentNested) | Overloaded.
Vraca prvi element koji je pronadjen u ulaznom skupu - default vraca prvi element matchList
(Defined by collectionExtensions.) | |
| takeFirstFromListIMetaContentNested(IEnumerableIMetaContentNested, IMetaContentNested) | 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.) | |
| toCsvFileIMetaContentNested |
2017: Saves CSV to file from path
(Defined by csvFileExtensions.) | |
| toCsvInLine |
Renders CSV line from [!:object.toStringSafe()], [!:separator] is removed from item String
(Defined by imbDataExtensions.) | |
| toListIMetaContentNested |
Konvertuje niz u listu
(Defined by collectionExtensions.) |