IAceCollectionT Methods |
The IAceCollectionT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| _autoInit |
Inicijalizacija koja se pokrece sama nakon instanciranja
| |
| Add | ||
| Any | ||
| Clear | ||
| Contains | ||
| CopyTo | ||
| GetEnumerator | ||
| IndexOf | ||
| Insert | ||
| Move | ||
| Remove | ||
| RemoveAt |
| Name | Description | |
|---|---|---|
| AddRangeT |
Adds (optionally: unique) values from the specified range
(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.) | |
| ContainsT |
Logical sum of criterias. All must be true to pass.
(Defined by containsQueries.) | |
| ConvertIListT, TTarget |
Converts an IList to List
(Defined by collectionExtensions.) | |
| ConvertListT, TTarget | (Defined by collectionExtensions.) | |
| ConvertToListTTarget | (Defined by collectionExtensions.) | |
| count |
Universal counting
(Defined by collectionExtensions.) | |
| CreateNestedDataTableT, TInner |
Creates the nested data table. http://stackoverflow.com/questions/33823820/convert-generic-nested-list-to-datatable
(Defined by DataTableETL.) | |
| fromCsvFileT |
Reads data from CSV file and returns collection of an object
(Defined by csvFileExtensions.) | |
| GetAggregatesT |
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.) | |
| GetChartDataTableT |
Makes data table for chart
(Defined by UniversalGenerators.) | |
| GetCrossSectionT |
Gets the cross section: only items that are in common to all collections
(Defined by collectionExtensions.) | |
| GetDifferenceT | (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.) | |
| GetHistogramModelT | (Defined by histogramModelExtensions.) | |
| GetSVGChartT | (Defined by UniversalGenerators.) | |
| GetSVGPieChartT |
Gets the SVG pie or doughnut chart.
(Defined by UniversalGenerators.) | |
| GetTrendT |
Gets the trend from set of objects
(Defined by measureTrendTools.) | |
| GetUnionT | (Defined by collectionExtensions.) | |
| imbFirstOrMoreT |
Vraca jedan ili vise resursa koji ispunjavaju uslov
(Defined by collectionExtensions.) | |
| imbFirstSafe(Int32) | Overloaded.
Imbs the first safe.
(Defined by collectionExtensions.) | |
| imbFirstSafeT(FuncT, Boolean) | Overloaded.
Proverava uslov
(Defined by collectionExtensions.) | |
| imbFirstSafeT(Int32) | 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.) | |
| imbLastSafeT |
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.) | |
| RandomizeT |
Randomizes order of items in the specified list.
(Defined by collectionExtensions.) | |
| RandomizeToListT |
Returns a new list where the elements are randomly shuffled.
Based on the Fisher-Yates shuffle, which has O(n) complexity.
(Defined by collectionExtensions.) | |
| takeFirstFromListT(T) | Overloaded.
Vraca prvi element koji je pronadjen u ulaznom skupu - default vraca prvi element matchList
(Defined by collectionExtensions.) | |
| takeFirstFromListT(IEnumerableT, T) | Overloaded.
Vraca prvi objekat koji se nalazi i u ovom skupu i u matchList skupu
(Defined by collectionExtensions.) | |
| takeItemAtT |
Vraca objekat iz liste - sa trazene index lokacije koja lupuje
(Defined by collectionExtensions.) | |
| takeItemRelativeToT |
Vraca item koji je na relativnoj lokaciji od relativeTo, podrzava lupovanje u oba smera
(Defined by collectionExtensions.) | |
| textList |
Creates list from collection of [strings, IEnumerable or Objects]
(Defined by imbStringTextExtensions.) | |
| toCsvFileT |
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.) | |
| ToDataTableT |
To the data table: https://www.codeproject.com/Tips/784090/Conversion-Between-DataTable-and-List-in-Csharp
Adjusted code: introduced custom flags
(Defined by DataTableETL.) | |
| toListT |
Konvertuje niz u listu
(Defined by collectionExtensions.) | |
| writeIndexOutOfT |
Writes the index out of.
(Defined by collectionExtensions.) | |
| writeListOfCollectionT |
Vraca listu sa rednim brojem i ToString() vrednost
(Defined by collectionExtensions.) |