WorkflowDefinitionCollection members
Represents a collection of WorkflowDefinitionobjects.
The WorkflowDefinitionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowDefinitionCollection() | Initializes a new instance of the WorkflowDefinitionCollection class. | |
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 | |
---|---|---|
Count | (Inherited from Collection<WorkflowDefinition>.) | |
Item | (Inherited from Collection<WorkflowDefinition>.) | |
Items | (Inherited from Collection<WorkflowDefinition>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Collection<WorkflowDefinition>.) | |
Clear | (Inherited from Collection<WorkflowDefinition>.) | |
ClearItems | (Inherited from Collection<WorkflowDefinition>.) | |
Contains | (Inherited from Collection<WorkflowDefinition>.) | |
CopyTo | (Inherited from Collection<WorkflowDefinition>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Collection<WorkflowDefinition>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection<WorkflowDefinition>.) | |
Insert | (Inherited from Collection<WorkflowDefinition>.) | |
InsertItem | (Inherited from Collection<WorkflowDefinition>.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from Collection<WorkflowDefinition>.) | |
RemoveAt | (Inherited from Collection<WorkflowDefinition>.) | |
RemoveItem | (Inherited from Collection<WorkflowDefinition>.) | |
SetItem | (Inherited from Collection<WorkflowDefinition>.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from Collection<WorkflowDefinition>.) | |
IList.Contains | (Inherited from Collection<WorkflowDefinition>.) | |
ICollection.CopyTo | (Inherited from Collection<WorkflowDefinition>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<WorkflowDefinition>.) | |
IList.IndexOf | (Inherited from Collection<WorkflowDefinition>.) | |
IList.Insert | (Inherited from Collection<WorkflowDefinition>.) | |
IList.IsFixedSize | (Inherited from Collection<WorkflowDefinition>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<WorkflowDefinition>.) | |
IList.IsReadOnly | (Inherited from Collection<WorkflowDefinition>.) | |
ICollection.IsSynchronized | (Inherited from Collection<WorkflowDefinition>.) | |
IList.Item | (Inherited from Collection<WorkflowDefinition>.) | |
IList.Remove | (Inherited from Collection<WorkflowDefinition>.) | |
ICollection.SyncRoot | (Inherited from Collection<WorkflowDefinition>.) |
Top