The following tables list the members exposed by ReadOnlyPersistableObjectCollectionBase<TParent,TItem>.
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from System.Collections.ReadOnlyCollectionBase) |
![]() |
IsDisposed | Gets a value indicating if the current object have been disposed yet. |
![]() |
Item | Overloaded. |
Name | Description | |
---|---|---|
![]() |
InnerList | (Inherited from System.Collections.ReadOnlyCollectionBase) |
Name | Description | |
---|---|---|
![]() |
Contains | Determines whether the item is in the collection. |
![]() |
Dispose | Overloaded. Disposes this object |
![]() |
GetEnumerator | (Inherited from System.Collections.ReadOnlyCollectionBase) |
![]() |
IndexOf | Overloaded. |
Name | Description | |
---|---|---|
![]() |
Add | Add the specified Item to the collection. This will set the container property of the item as well as raise the ItemAdded event on the Container object. |
![]() |
CreateNonPublicInstance | |
![]() |
GetItemIndexByName | |
![]() |
Insert | |
![]() |
Remove | Removes the specified Item from the collection. This will set the container property of the item to null as well as raise the ItemRemoving event on the Container object. |
![]() |
RemoveAt | Removes the specified Item from the collection. This will set the container property of the item to null as well as raise the ItemRemoving event on the Container object. |