WorkflowDataFieldsCollection Members
Include Protected Members
Include Inherited Members
Stores a collection WorkflowDataField objects.
The WorkflowDataFieldsCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowDataFieldsCollection | Initializes a new instance of the WorkflowDataFieldsCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from KeyedCollection<String, WorkflowDataField>.) | |
Count | (Inherited from Collection<WorkflowDataField>.) | |
Dictionary | (Inherited from KeyedCollection<String, WorkflowDataField>.) | |
Item[TKey] | (Inherited from KeyedCollection<String, WorkflowDataField>.) | |
Item[Int32] | (Inherited from Collection<WorkflowDataField>.) | |
Items | (Inherited from Collection<WorkflowDataField>.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from Collection<WorkflowDataField>.) | |
IList.Contains | (Inherited from Collection<WorkflowDataField>.) | |
ICollection.CopyTo | (Inherited from Collection<WorkflowDataField>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<WorkflowDataField>.) | |
IList.IndexOf | (Inherited from Collection<WorkflowDataField>.) | |
IList.Insert | (Inherited from Collection<WorkflowDataField>.) | |
IList.IsFixedSize | (Inherited from Collection<WorkflowDataField>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<WorkflowDataField>.) | |
IList.IsReadOnly | (Inherited from Collection<WorkflowDataField>.) | |
ICollection.IsSynchronized | (Inherited from Collection<WorkflowDataField>.) | |
IList.Item | (Inherited from Collection<WorkflowDataField>.) | |
IList.Remove | (Inherited from Collection<WorkflowDataField>.) | |
ICollection.SyncRoot | (Inherited from Collection<WorkflowDataField>.) |
Top