Name | Description | |
---|---|---|
PersistableList<T> Constructor | Overloaded. |
The following tables list the members exposed by PersistableList<T>.
Name | Description | |
---|---|---|
PersistableList<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Gets the count of the list | |
IsFixedSize | Gets a value indicating whether the list is fixed sized | |
IsReadOnly | Gets a value indicating whether the list is readonly | |
IsSynchronized | Gets a value indicating whether the list is synchronized | |
Item | Gets or sets the item at the index | |
Parent | Gets the parent refernce | |
SyncRoot | Gets the sync root |
Name | Description | |
---|---|---|
Add | Overloaded. Add new item | |
Clear | Clears the list | |
Contains | Overloaded. Optional operation. Does the collection contain the entity instance? | |
CopyTo | Overloaded. Copies the list to the array | |
DeleteAll | ||
DeleteAt | ||
GetElements | Return an IEnumerable over the elements of this collection - the passed collection instance may or may not be a wrapper | |
GetEnumerator | Gets the enumerator | |
GetInvoke | Gets a property value | |
IndexOf | Overloaded. ptional operation. Return the index of the entity in the collection. | |
Insert | Overloaded. inserts the item | |
Instantiate | Overloaded. Instantiate an empty instance of the "underlying" collection (not a wrapper) | |
Invoke | Invokes a method | |
Remove | Overloaded. Removes the item from the list | |
RemoveAt | Removes item at the given index | |
ReplaceElements | Replace the elements of a collection with the elements of another collection | |
Save | ||
SetInvoke | Sets a property value | |
Slice | ||
Sort | Overloaded. | |
Wrap | Wrap an instance of a collection |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |