Selectable |
The SelectableListNodeList type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(T) | Adds an object to the end of the CollectionT. (Inherited from CollectionSelectableListNode) | |
| AddT(SelectableListNode, ActionT) | Adds the specified node to the collection, and is also able to add the correspondig document node too. | |
| AddRange | Adds items to this collection. | |
| BlockReentrancy | Disallows reentrant attempts to change this collection. (Inherited from ObservableCollectionSelectableListNode) | |
| CheckReentrancy | Checks for reentrant attempts to change this collection. (Inherited from ObservableCollectionSelectableListNode) | |
| Clear | Removes all elements from the CollectionT. (Inherited from CollectionSelectableListNode) | |
| Clear(Action) | Clears this collection, and clears the corresponding document too. | |
| ClearItems | Removes all items from the collection. (Inherited from ObservableCollectionSelectableListNode) | |
| ClearSelectionsAll | Sets the IsSelected property of each node in the list to false. | |
| Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionSelectableListNode) | |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionSelectableListNode) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Exchange | Exchange the item at index i with the item at index j. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FindIndex | ||
| GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionSelectableListNode) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetSelectedIndices | ||
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionSelectableListNode) | |
| IndexOfObject | ||
| Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionSelectableListNode) | |
| InsertItem | Inserts an item into the collection at the specified index. (Inherited from ObservableCollectionSelectableListNode) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Move | Moves the item at the specified index to a new location in the collection. (Inherited from ObservableCollectionSelectableListNode) | |
| MoveItem | Moves the item at the specified index to a new location in the collection. (Inherited from ObservableCollectionSelectableListNode) | |
| MoveSelectedItemsDown | Move the selected items one place down (i.e. to higher index). | |
| MoveSelectedItemsDown(ActionInt32, Int32) | Move the selected items one place down (i.e. to higher index). | |
| MoveSelectedItemsUp | Move the selected items one place up (i.e. to lower index). | |
| MoveSelectedItemsUp(ActionInt32, Int32) | Move the selected items one place up (i.e. to lower index). | |
| OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. (Inherited from ObservableCollectionSelectableListNode) | |
| OnPropertyChanged | Raises the PropertyChanged event with the provided arguments. (Inherited from ObservableCollectionSelectableListNode) | |
| Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionSelectableListNode) | |
| RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionSelectableListNode) | |
| RemoveItem | Removes the item at the specified index of the collection. (Inherited from ObservableCollectionSelectableListNode) | |
| RemoveRange | ||
| RemoveSelectedItems | Remove the selected items from the collection. | |
| RemoveSelectedItems(ActionInt32, Object) | Remove the selected items from the collection. | |
| SetItem | Replaces the element at the specified index. (Inherited from ObservableCollectionSelectableListNode) | |
| SetSelection | Sets the selection of all nodes using a function of the node. | |
| ToArray | ||
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| AddRangeSelectableListNode | (Defined by ListExtensions) | |
| FillWithSelectableListNode | (Defined by ListExtensions) | |
| FillWithEnumeration |
Fills a SelectableListNodeList with enumeration values. (For flag enumerations, please use FillWithFlagEnumeration(SelectableListNodeList, Enum)).
(Defined by SelectableListNodeListHelper) | |
| FillWithFlagEnumeration |
Fills the list with possible values from a flag enumeration.
(Defined by SelectableListNodeListHelper) | |
| GetFlagEnumValueAsInt32 |
Gets the selected flag enum value from a SelectableListNodeList. The SelectableListNodeList instance should have been
initialized with FillWithFlagEnumeration(SelectableListNodeList, Enum) (the tags of the items must be integers, representing the flag values).
(Defined by SelectableListNodeListHelper) |