ReadOnlyPersistableObjectCollectionBaseXmlTextSerializable<TParent,TItem> Class Members
See Also  Properties Methods 
SourceCode.SmartObjects.Authoring Namespace : ReadOnlyPersistableObjectCollectionBaseXmlTextSerializable<TParent,TItem> Class


Glossary Item Box

The following tables list the members exposed by ReadOnlyPersistableObjectCollectionBaseXmlTextSerializable<TParent,TItem>.

Public Properties

  Name Description
Public Property Count (Inherited from System.Collections.ReadOnlyCollectionBase)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<TParent,TItem>)
Public Property Item Overridden.   
Top

Protected Properties

  Name Description
Protected Property InnerList (Inherited from System.Collections.ReadOnlyCollectionBase)
Top

Public Methods

Protected Methods

  Name Description
Protected Method 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>)
Protected Method CreateNonPublicInstance (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<TParent,TItem>)
Protected Method GetItemIndexByName Overridden.   
Protected Method Insert (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<TParent,TItem>)
Protected Method 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>)
Protected Method 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>)
Top

See Also