The following tables list the members exposed by ReadOnlyPersistableObjectCollectionBaseXmlTextSerializable<TParent,TItem>.
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from System.Collections.ReadOnlyCollectionBase) |
![]() |
IsDisposed | Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<TParent,TItem>) |
![]() |
Item | Overridden. |
Name | Description | |
---|---|---|
![]() |
InnerList | (Inherited from System.Collections.ReadOnlyCollectionBase) |
Name | Description | |
---|---|---|
![]() |
Contains | Determines whether the item is in the collection. (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<TParent,TItem>) |
![]() |
ContainsDisplayName | |
![]() |
ContainsName | |
![]() |
Dispose | Overloaded. Disposes this object (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<TParent,TItem>) |
![]() |
FromXml | |
![]() |
GetEnumerator | (Inherited from System.Collections.ReadOnlyCollectionBase) |
![]() |
GetItemType | |
![]() |
IndexOf | Overloaded. (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<TParent,TItem>) |
![]() |
ReadXml | |
![]() |
Sort | |
![]() |
Swap | |
![]() |
ToArray | |
![]() |
ToXml | |
![]() |
WriteXml |
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. (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<TParent,TItem>) |
![]() |
CreateNonPublicInstance | (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<TParent,TItem>) |
![]() |
GetItemIndexByName | Overridden. |
![]() |
Insert | (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<TParent,TItem>) |
![]() |
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. (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<TParent,TItem>) |
![]() |
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. (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<TParent,TItem>) |