WorkflowDefinitionCollection members
Include protected members
Include inherited members
Representa uma coleção de objetos WorkflowDefinition.
The WorkflowDefinitionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowDefinitionCollection() | Inicializa uma nova instância da classe WorkflowDefinitionCollection . | |
WorkflowDefinitionCollection(IList<WorkflowDefinition>) | Inicializa uma nova instância da classe WorkflowDefinitionCollection com uma lista dos objetos de definição do fluxo de trabalho que ele contém. |
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