WorkflowDefinitionCollection members

Represents a collection of WorkflowDefinitionobjects.

The WorkflowDefinitionCollection type exposes the following members.

Constructors

  Name Description
Public method WorkflowDefinitionCollection() Initializes a new instance of the WorkflowDefinitionCollection class.
Public method WorkflowDefinitionCollection(IList<WorkflowDefinition>) Initializes a new instance of the WorkflowDefinitionCollection class with a list of the workflow definition objects that it contains.

Top

Properties

  Name Description
Public property Count (Inherited from Collection<WorkflowDefinition>.)
Public property Item (Inherited from Collection<WorkflowDefinition>.)
Protected property Items (Inherited from Collection<WorkflowDefinition>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<WorkflowDefinition>.)
Public method Clear (Inherited from Collection<WorkflowDefinition>.)
Protected method ClearItems (Inherited from Collection<WorkflowDefinition>.)
Public method Contains (Inherited from Collection<WorkflowDefinition>.)
Public method CopyTo (Inherited from Collection<WorkflowDefinition>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<WorkflowDefinition>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<WorkflowDefinition>.)
Public method Insert (Inherited from Collection<WorkflowDefinition>.)
Protected method InsertItem (Inherited from Collection<WorkflowDefinition>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<WorkflowDefinition>.)
Public method RemoveAt (Inherited from Collection<WorkflowDefinition>.)
Protected method RemoveItem (Inherited from Collection<WorkflowDefinition>.)
Protected method SetItem (Inherited from Collection<WorkflowDefinition>.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<WorkflowDefinition>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<WorkflowDefinition>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<WorkflowDefinition>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<WorkflowDefinition>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<WorkflowDefinition>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<WorkflowDefinition>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<WorkflowDefinition>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<WorkflowDefinition>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<WorkflowDefinition>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<WorkflowDefinition>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from Collection<WorkflowDefinition>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<WorkflowDefinition>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<WorkflowDefinition>.)

Top

See also

Reference

WorkflowDefinitionCollection class

Microsoft.SharePoint.WorkflowServices namespace