PersistableObjectList<T> Class Members
See Also  Properties Methods 
SourceCode.Framework Namespace : PersistableObjectList<T> Class


Glossary Item Box

The following tables list the members exposed by PersistableObjectList<T>.

Public Constructors

  Name Description
Public Constructor PersistableObjectList<T> Constructor Overloaded.   
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet.  
Public Property IsReadOnly  
Public Property Item  
Top

Protected Properties

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

Public Methods

  Name Description
Public Method Add  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains  
Public Method CopyTo  
Public Method Dispose Overloaded.  Disposes this object  
Public Method GetEnumerator  
Public Method IndexOf  
Public Method Insert  
Public Method Remove  
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Public Method Sort Overloaded.  Sorts the PersistableObjects in the entire SourceCode.Framework.PersistableObjectList<T> using default comparer.  
Top

Protected Methods

  Name Description
Protected Method CreateNonPublicInstance  
Protected Method OnClear Overridden. Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance.  
Protected Method OnClearComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnInsert Overridden. Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance.  
Protected Method OnInsertComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnRemove Overridden. Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance.  
Protected Method OnRemoveComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnSet (Inherited from System.Collections.CollectionBase)
Protected Method OnSetComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnValidate (Inherited from System.Collections.CollectionBase)
Top

See Also