ProjectCollection Class Members
See Also  Properties Methods 
SourceCode.ProjectSystem Namespace : ProjectCollection Class


Glossary Item Box

The following tables list the members exposed by ProjectCollection.

Public Constructors

  Name Description
Public Constructor ProjectCollection Constructor  
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. (Inherited from SourceCode.Framework.PersistableObjectList<Project>)
Public Property IsReadOnly (Inherited from SourceCode.Framework.PersistableObjectList<Project>)
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 Overridden.   
Public Method CopyTo (Inherited from SourceCode.Framework.PersistableObjectList<Project>)
Public Method Dispose Overloaded.  Disposes this object (Inherited from SourceCode.Framework.PersistableObjectList<Project>)
Public Method GetEnumerator (Inherited from SourceCode.Framework.PersistableObjectList<Project>)
Public Method IndexOf (Inherited from SourceCode.Framework.PersistableObjectList<Project>)
Public Method Insert Overridden.   
Public Method Remove Overridden.   
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. (Inherited from SourceCode.Framework.PersistableObjectList<Project>)
Top

Protected Methods

  Name Description
Protected Method CreateNonPublicInstance (Inherited from SourceCode.Framework.PersistableObjectList<Project>)
Protected Method GetItemIndexByName  
Protected Method OnClear Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from SourceCode.Framework.PersistableObjectList<Project>)
Protected Method OnClearComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnInsert Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from SourceCode.Framework.PersistableObjectList<Project>)
Protected Method OnInsertComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnRemove Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from SourceCode.Framework.PersistableObjectList<Project>)
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