Name | Description | |
---|---|---|
Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
Columns | Gets the columns in result table | |
Count | Gets the number of elements contained in the List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
Item | Overloaded. Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
AddColumn | Overloaded. Adds the column. | |
AddNewRow | Adds the new row to result table | |
AddRange | Adds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
AddTable | Adds the table. | |
AsReadOnly | Returns a read-only ReadOnlyCollection wrapper for the current collection. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
BinarySearch | Overloaded. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
Clear | Removes all elements from the List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
Clone | Overloaded. Creates a new object that is a copy of the current instance. | |
Contains | Determines whether an element is in the List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
ConvertAll | Converts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
CopyTo | Overloaded. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
Dequeue | Overloaded. Remove first row from table and return it | |
DuplicateColumn | Copy the column. | |
Exists | Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
Find | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
FindAll | Retrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
FindIndex | Overloaded. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
FindLast | Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
FindLastIndex | Overloaded. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
ForEach | Performs the specified action on each element of the List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
GetEnumerator | Returns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
GetNormalizedColumnIndexes | Overloaded. Gets the normalized column indexes. | |
GetRange | Creates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
IndexOf | Overloaded. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
Insert | Inserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
InsertRange | Inserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
LastIndexOf | Overloaded. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
Remove | Removes the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
RemoveAll | Removes all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
RemoveAt | Removes the element at the specified index of the List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
RemoveColumn | Removes the column. | |
RemoveColumns | Remove group of columns Be careful - this method not optimized and not using smartList functionality | |
RemoveEmptyAndDuplicates | Removes the empty and duplicates. | |
RemoveRange | Removes a range of elements from the List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
RenameColumn | Renames the column. | |
ReplaceValue | Overloaded. Replaces the value. | |
Reverse | Overloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
Sort | Overloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
ToArray | Copies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
TrimExcess | Sets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
TrueForAll | Determines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CensusDataRow>) | |
TryDequeue | Remove first row from table and return it |
System.Object
System.Collections.Generic.List<T>
Selerix.BusinessObjects.View.Census.CensusDataTable
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family