The following tables list the members exposed by PersistableObjectList<T>.
| Name | Description | |
|---|---|---|
|
PersistableObjectList<T> Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
|
Capacity | (Inherited from System.Collections.CollectionBase) |
|
Count | (Inherited from System.Collections.CollectionBase) |
|
IsDisposed | Gets a value indicating if the current object have been disposed yet. |
|
IsReadOnly | |
|
Item |
| Name | Description | |
|---|---|---|
|
InnerList | (Inherited from System.Collections.CollectionBase) |
|
List | (Inherited from System.Collections.CollectionBase) |
| Name | Description | |
|---|---|---|
|
Add | |
|
Clear | (Inherited from System.Collections.CollectionBase) |
|
Contains | |
|
CopyTo | |
|
Dispose | Overloaded. Disposes this object |
|
GetEnumerator | |
|
IndexOf | |
|
Insert | |
|
Remove | |
|
RemoveAt | (Inherited from System.Collections.CollectionBase) |
|
Sort | Overloaded. Sorts the PersistableObjects in the entire SourceCode.Framework.PersistableObjectList<T> using default comparer. |
| Name | Description | |
|---|---|---|
|
CreateNonPublicInstance | |
|
OnClear | Overridden. Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. |
|
OnClearComplete | (Inherited from System.Collections.CollectionBase) |
|
OnInsert | Overridden. Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. |
|
OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
|
OnRemove | Overridden. Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. |
|
OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
|
OnSet | (Inherited from System.Collections.CollectionBase) |
|
OnSetComplete | (Inherited from System.Collections.CollectionBase) |
|
OnValidate | (Inherited from System.Collections.CollectionBase) |