GroupDataCollection Class Members
See Also  Properties Methods 
SourceCode.Workflow.Design.SmartFormat.Filters Namespace : GroupDataCollection Class


Glossary Item Box

The following tables list the members exposed by GroupDataCollection.

Public Constructors

  Name Description
Public Constructor GroupDataCollection 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. (Inherited from SourceCode.Framework.PersistableObjectList<GroupData>)
Public Property IsReadOnly (Inherited from SourceCode.Framework.PersistableObjectList<GroupData>)
Public Property Item (Inherited from SourceCode.Framework.PersistableObjectList<GroupData>)
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 (Inherited from SourceCode.Framework.PersistableObjectList<GroupData>)
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains (Inherited from SourceCode.Framework.PersistableObjectList<GroupData>)
Public Method CopyTo (Inherited from SourceCode.Framework.PersistableObjectList<GroupData>)
Public Method Dispose Overloaded. Overridden.  Override this class to dispose object. Make sure that base.Dispose(disposing) gets called  
Public Method GetEnumerator (Inherited from SourceCode.Framework.PersistableObjectList<GroupData>)
Public Method IndexOf (Inherited from SourceCode.Framework.PersistableObjectList<GroupData>)
Public Method Insert (Inherited from SourceCode.Framework.PersistableObjectList<GroupData>)
Public Method Remove (Inherited from SourceCode.Framework.PersistableObjectList<GroupData>)
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<GroupData>)
Top

Protected Methods

  Name Description
Protected Method CreateNonPublicInstance (Inherited from SourceCode.Framework.PersistableObjectList<GroupData>)
Protected Method OnClear Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from SourceCode.Framework.PersistableObjectList<GroupData>)
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<GroupData>)
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<GroupData>)
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