BenSelect Documentation
CensusDataTable Class
See Also  Send Feedback
Selerix.BusinessObjects.View.Census Namespace : CensusDataTable Class
Compiled results of census template table

Public Properties

 NameDescription
public PropertyCapacityGets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public PropertyColumnsGets the columns in result table  
public PropertyCountGets the number of elements contained in the List. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public PropertyItemOverloaded. Gets or sets the element at the specified index.  
Top

Public Methods

 NameDescription
public MethodAddAdds an object to the end of the List. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodAddColumnOverloaded. Adds the column.  
public MethodAddNewRowAdds the new row to result table  
public MethodAddRangeAdds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodAddTableAdds the table.  
public MethodAsReadOnlyReturns a read-only ReadOnlyCollection wrapper for the current collection. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodBinarySearchOverloaded.  (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodClearRemoves all elements from the List. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodCloneOverloaded. Creates a new object that is a copy of the current instance.  
public MethodContainsDetermines whether an element is in the List. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodConvertAllConverts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodCopyToOverloaded.  (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodDequeueOverloaded. Remove first row from table and return it  
public MethodDuplicateColumnCopy the column.  
public MethodExistsDetermines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodFindSearches 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>)
public MethodFindAllRetrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodFindIndexOverloaded.  (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodFindLastSearches 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>)
public MethodFindLastIndexOverloaded.  (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodForEachPerforms the specified action on each element of the List. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodGetEnumeratorReturns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodGetNormalizedColumnIndexesOverloaded. Gets the normalized column indexes.  
public MethodGetRangeCreates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodInsertInserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodInsertRangeInserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodLastIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodRemoveRemoves the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodRemoveAllRemoves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodRemoveAtRemoves the element at the specified index of the List. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodRemoveColumnRemoves the column.  
public MethodRemoveColumnsRemove group of columns Be careful - this method not optimized and not using smartList functionality  
public MethodRemoveEmptyAndDuplicatesRemoves the empty and duplicates.  
public MethodRemoveRangeRemoves a range of elements from the List. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodRenameColumnRenames the column.  
public MethodReplaceValueOverloaded. Replaces the value.  
public MethodReverseOverloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodSortOverloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodToArrayCopies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodTrimExcessSets 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>)
public MethodTrueForAllDetermines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CensusDataRow>)
public MethodTryDequeueRemove first row from table and return it  
Top

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Selerix.BusinessObjects.View.Census.CensusDataTable

Requirements

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

See Also

© 2024 All Rights Reserved.