Click or drag to resize

IAceCollectionT Methods

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The IAceCollectionT generic type exposes the following members.

Methods
  NameDescription
Public method_autoInit
Inicijalizacija koja se pokrece sama nakon instanciranja
Public methodAdd
Public methodAny
Public methodClear
Public methodContains
Public methodCopyTo
Public methodGetEnumerator
Public methodIndexOf
Public methodInsert
Public methodMove
Public methodRemove
Public methodRemoveAt
Top
Extension Methods
  NameDescription
Public Extension MethodAddRangeT
Adds (optionally: unique) values from the specified range
(Defined by collectionExtensions.)
Public Extension MethodbuildDataTable
2017::Builds data table out of collection. Supported properties: primitives, enums and IGetFromToString interface types
(Defined by DataTableBuilders.)
Public Extension MethodBuildDataTableHorizontal
Builds the data table using reflection and selected columns. Supports formating instruction, expression and other advanced atributes
(Defined by PropertyDataStructureTools.)
Public Extension MethodbuildPropertyCollectionList
Builds the property collection list from IEnumerable source collection
(Defined by imbPropertyCollectionExtensions.)
Public Extension MethodContainsT
Logical sum of criterias. All must be true to pass.
(Defined by containsQueries.)
Public Extension MethodConvertIListT, TTarget
Converts an IList to List
(Defined by collectionExtensions.)
Public Extension MethodConvertListT, TTarget (Defined by collectionExtensions.)
Public Extension MethodConvertToListTTarget (Defined by collectionExtensions.)
Public Extension Methodcount
Universal counting
(Defined by collectionExtensions.)
Public Extension MethodCreateNestedDataTableT, TInner
Creates the nested data table. http://stackoverflow.com/questions/33823820/convert-generic-nested-list-to-datatable
(Defined by DataTableETL.)
Public Extension MethodfromCsvFileT
Reads data from CSV file and returns collection of an object
(Defined by csvFileExtensions.)
Public Extension MethodGetAggregatesT
Gets aggregated version of the objects
(Defined by collectionAggregation.)
Public Extension MethodgetAllEnums
Gathers all enumerations found in the collection
(Defined by collectionExtensions.)
Public Extension MethodgetAllOfTypeT
Gets the first instance of type in supplied collection. makeNewIfNotFound
(Defined by collectionExtensions.)
Public Extension MethodGetChartDataTableT
Makes data table for chart
(Defined by UniversalGenerators.)
Public Extension MethodGetCrossSectionT
Gets the cross section: only items that are in common to all collections
(Defined by collectionExtensions.)
Public Extension MethodGetDifferenceT (Defined by collectionExtensions.)
Public Extension MethodgetFirstOfTypeT
Gets the first instance that is compatibile with T in supplied collection. Supports PropertyCollection and other collections
(Defined by collectionExtensions.)
Public Extension MethodgetFirstSafe
Gets the first safe.
(Defined by collectionExtensions.)
Public Extension MethodgetFlatArrayT (Defined by collectionExtensions.)
Public Extension MethodgetFlatListT (Defined by collectionExtensions.)
Public Extension MethodGetHistogramModelT (Defined by histogramModelExtensions.)
Public Extension MethodGetSVGChartT (Defined by UniversalGenerators.)
Public Extension MethodGetSVGPieChartT
Gets the SVG pie or doughnut chart.
(Defined by UniversalGenerators.)
Public Extension MethodGetTrendT
Gets the trend from set of objects
(Defined by measureTrendTools.)
Public Extension MethodGetUnionT (Defined by collectionExtensions.)
Public Extension MethodimbFirstOrMoreT
Vraca jedan ili vise resursa koji ispunjavaju uslov
(Defined by collectionExtensions.)
Public Extension MethodimbFirstSafe(Int32)Overloaded.
Imbs the first safe.
(Defined by collectionExtensions.)
Public Extension MethodimbFirstSafeT(FuncT, Boolean)Overloaded.
Proverava uslov
(Defined by collectionExtensions.)
Public Extension MethodimbFirstSafeT(Int32)Overloaded.
Proverava uslov
(Defined by collectionExtensions.)
Public Extension MethodimbGetIndexOf
Gets index of item in an unknown enumeration
(Defined by collectionExtensions.)
Public Extension MethodimbGetItemAt
Universal method for getting element out of unknown IEnumerable
(Defined by collectionExtensions.)
Public Extension MethodimbLastSafeT
Imbs the last safe.
(Defined by collectionExtensions.)
Public Extension MethodisNullOrEmpty
Proverava da li je kolekcija null ili bez clanova
(Defined by collectionExtensions.)
Public Extension MethodmarkdownList
Creates list from collection of [strings, IEnumerable or Objects]
(Defined by imbStringMarkdownExtensions.)
Public Extension MethodRandomizeT
Randomizes order of items in the specified list.
(Defined by collectionExtensions.)
Public Extension MethodRandomizeToListT
Returns a new list where the elements are randomly shuffled. Based on the Fisher-Yates shuffle, which has O(n) complexity.
(Defined by collectionExtensions.)
Public Extension MethodtakeFirstFromListT(T)Overloaded.
Vraca prvi element koji je pronadjen u ulaznom skupu - default vraca prvi element matchList
(Defined by collectionExtensions.)
Public Extension MethodtakeFirstFromListT(IEnumerableT, T)Overloaded.
Vraca prvi objekat koji se nalazi i u ovom skupu i u matchList skupu
(Defined by collectionExtensions.)
Public Extension MethodtakeItemAtT
Vraca objekat iz liste - sa trazene index lokacije koja lupuje
(Defined by collectionExtensions.)
Public Extension MethodtakeItemRelativeToT
Vraca item koji je na relativnoj lokaciji od relativeTo, podrzava lupovanje u oba smera
(Defined by collectionExtensions.)
Public Extension MethodtextList
Creates list from collection of [strings, IEnumerable or Objects]
(Defined by imbStringTextExtensions.)
Public Extension MethodtoCsvFileT
2017: Saves CSV to file from path
(Defined by csvFileExtensions.)
Public Extension MethodtoCsvInLine
Renders CSV line from [!:object.toStringSafe()], [!:separator] is removed from item String
(Defined by imbDataExtensions.)
Public Extension MethodToDataTableT
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.)
Public Extension MethodtoListT
Konvertuje niz u listu
(Defined by collectionExtensions.)
Public Extension MethodwriteIndexOutOfT
Writes the index out of.
(Defined by collectionExtensions.)
Public Extension MethodwriteListOfCollectionT
Vraca listu sa rednim brojem i ToString() vrednost
(Defined by collectionExtensions.)
Top
See Also