ReadOnlyPersistableObjectCollectionBase<TParent,TItem> Class Members
See Also  Properties Methods 
SourceCode.Framework Namespace : ReadOnlyPersistableObjectCollectionBase<TParent,TItem> Class


Glossary Item Box

The following tables list the members exposed by ReadOnlyPersistableObjectCollectionBase<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.  
Public Property Item Overloaded.   
Top

Protected Properties

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

Public Methods

  Name Description
Public Method Contains Determines whether the item is in the collection.  
Public Method Dispose Overloaded.  Disposes this object  
Public Method GetEnumerator (Inherited from System.Collections.ReadOnlyCollectionBase)
Public Method IndexOf Overloaded.   
Top

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.  
Protected Method CreateNonPublicInstance  
Protected Method GetItemIndexByName  
Protected Method Insert  
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.  
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.  
Top

See Also