Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.Generic.ICollection<T>) | |
IsReadOnly | (Inherited from System.Collections.Generic.ICollection<T>) | |
Item | (Inherited from System.Collections.Generic.IList<T>) |
The following tables list the members exposed by IPersistableList<T>.
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.Generic.ICollection<T>) | |
IsReadOnly | (Inherited from System.Collections.Generic.ICollection<T>) | |
Item | (Inherited from System.Collections.Generic.IList<T>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.Generic.ICollection<T>) | |
Clear | (Inherited from System.Collections.Generic.ICollection<T>) | |
Contains | (Inherited from System.Collections.Generic.ICollection<T>) | |
CopyTo | (Inherited from System.Collections.Generic.ICollection<T>) | |
DeleteAll | Delete all objects of this collection. | |
DeleteAt | Delete the object at given index | |
GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<T>) | |
IndexOf | Gets the index of the object in this collection whose primary key matches the given value. | |
Insert | (Inherited from System.Collections.Generic.IList<T>) | |
Remove | (Inherited from System.Collections.Generic.ICollection<T>) | |
RemoveAt | (Inherited from System.Collections.Generic.IList<T>) | |
Save | Save all objects of this collection to persistent storage. | |
Slice | Slices out a portion of a list. | |
Sort | Overloaded. Sorts an IList in place. |