Name | Description | |
---|---|---|
Add | Adds an item to the System.Collections.IList. | |
AddIndex | ||
AddNew | Adds a new item to the list. | |
ApplySort | Overloaded. | |
CancelNew | Discards a pending new item from the collection. | |
Clear | Removes all items from the System.Collections.IList. | |
Contains | Determines whether the System.Collections.IList contains a specific value. | |
CopyTo | Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. | |
EndNew | Commits a pending new item to the collection. | |
Find | ||
FromFilterString | Parses a filter expression string and returns the corresponding C1.DataCollection.FilterExpression. | |
GetItemProperties | ||
GetListName | ||
IndexOf | Determines the index of a specific item in the System.Collections.IList. | |
Insert | Inserts an item to the System.Collections.IList at the specified index. | |
Remove | Removes the first occurrence of a specific object from the System.Collections.IList. | |
RemoveAt | Removes the System.Collections.IList item at the specified index. | |
RemoveFilter | ||
RemoveIndex | ||
RemoveSort |