Version

LevelSortDirectionCollection Class Members

The following tables list the members exposed by LevelSortDirectionCollection.

Public Constructors
 NameDescription
Public ConstructorLevelSortDirectionCollection ConstructorInitializes a new instance of the LevelSortDirectionCollection class.  
Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public PropertyItemGets or sets the System.ComponentModel.ListSortDirection with the specified level unique name.  
Public PropertyKeysGets all the level unique names.  
Protected Properties
Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodContainsKeyDetermines whether the collection contains a level with the specified unique name.  
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodRemoveOverloaded. Removes the KeyValuePair with the specified level unique name.  
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Protected Methods
 NameDescription
Protected MethodClearItemsOverridden. Clears the items in the collection.  
Protected MethodInsertItemOverridden. Inserts a new item at the specified index.  
Protected MethodRemoveItemOverridden. Removes the item at the specified index.  
Protected MethodSetItemOverridden. Replaces the item at the specified index.  
See Also