DeletionCollection Class Members
See Also  Properties Methods 
SourceCode.Workflow.Design.SharePoint.ListItems Namespace : DeletionCollection Class


Glossary Item Box

The following tables list the members exposed by DeletionCollection.

Public Constructors

  Name Description
Public Constructor DeletionCollection 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.PersistableObjectCollectionBase<ListItemEventItem,DeletionItem>)
Public Property Item Overloaded.   
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 Overloaded.   
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Overloaded.  (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<ListItemEventItem,DeletionItem>)
Public Method Dispose Overloaded. Overridden.  Override this class to dispose object. Make sure that base.Dispose(disposing) gets called  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Overloaded.  (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<ListItemEventItem,DeletionItem>)
Public Method Insert Inserts an Item into the collection at the specified index. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<ListItemEventItem,DeletionItem>)
Public Method Remove  
Public Method RemoveAt  
Public Method Sort Overloaded.  Sorts the PersistableObjects in the entire SourceCode.Framework.PersistableObjectList<T> using default comparer. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<ListItemEventItem,DeletionItem>)
Top

Protected Methods

See Also