The following tables list the members exposed by CreateCollection.
| Name | Description | |
|---|---|---|
|
CreateCollection Constructor |
| 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. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<ListItemEventItem,CreateItem>) |
|
Item | Overloaded. |
| Name | Description | |
|---|---|---|
|
InnerList | (Inherited from System.Collections.CollectionBase) |
|
List | (Inherited from System.Collections.CollectionBase) |
| Name | Description | |
|---|---|---|
|
Add | Overloaded. |
|
Clear | (Inherited from System.Collections.CollectionBase) |
|
Contains | Overloaded. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<ListItemEventItem,CreateItem>) |
|
Dispose | Overloaded. Overridden. Override this class to dispose object. Make sure that base.Dispose(disposing) gets called |
|
GetEnumerator | (Inherited from System.Collections.CollectionBase) |
|
IndexOf | Overloaded. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<ListItemEventItem,CreateItem>) |
|
Insert | Inserts an Item into the collection at the specified index. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<ListItemEventItem,CreateItem>) |
|
Remove | |
|
RemoveAt | |
|
Sort | Overloaded. Sorts the PersistableObjects in the entire SourceCode.Framework.PersistableObjectList<T> using default comparer. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<ListItemEventItem,CreateItem>) |
| Name | Description | |
|---|---|---|
|
CreateNonPublicInstance | (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<ListItemEventItem,CreateItem>) |
|
GetItemIndexByName | Overridden. |
|
OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<ListItemEventItem,CreateItem>) |
|
OnClearComplete | (Inherited from System.Collections.CollectionBase) |
|
OnInsert | (Inherited from System.Collections.CollectionBase) |
|
OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
|
OnRemove | (Inherited from System.Collections.CollectionBase) |
|
OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
|
OnSet | (Inherited from System.Collections.CollectionBase) |
|
OnSetComplete | (Inherited from System.Collections.CollectionBase) |
|
OnValidate | (Inherited from System.Collections.CollectionBase) |