WorkflowDataFieldsCollection members

Stores a collection WorkflowDataField objects.

The WorkflowDataFieldsCollection type exposes the following members.

Constructors

  Name Description
Public method WorkflowDataFieldsCollection Initializes a new instance of the WorkflowDataFieldsCollection class.

Top

Properties

  Name Description
Public property Comparer (Inherited from KeyedCollection<String, WorkflowDataField>.)
Public property Count (Inherited from Collection<WorkflowDataField>.)
Protected property Dictionary (Inherited from KeyedCollection<String, WorkflowDataField>.)
Public property Item[TKey] (Inherited from KeyedCollection<String, WorkflowDataField>.)
Public property Item[Int32] (Inherited from Collection<WorkflowDataField>.)
Protected property Items (Inherited from Collection<WorkflowDataField>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<WorkflowDataField>.)
Protected method ChangeItemKey (Inherited from KeyedCollection<String, WorkflowDataField>.)
Public method Clear (Inherited from Collection<WorkflowDataField>.)
Protected method ClearItems (Inherited from KeyedCollection<String, WorkflowDataField>.)
Public method Contains(TKey) (Inherited from KeyedCollection<String, WorkflowDataField>.)
Public method Contains(T) (Inherited from Collection<WorkflowDataField>.)
Public method CopyTo (Inherited from Collection<WorkflowDataField>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<WorkflowDataField>.)
Public method GetHashCode (Inherited from Object.)
Public method GetItem Gets the key value for a specified form.
Protected method GetKeyForItem Gets the key value for a specified WorkflowDataField item. (Overrides KeyedCollection<TKey, TItem>.GetKeyForItem(TItem).)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<WorkflowDataField>.)
Public method Insert (Inherited from Collection<WorkflowDataField>.)
Protected method InsertItem (Inherited from KeyedCollection<String, WorkflowDataField>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(TKey) (Inherited from KeyedCollection<String, WorkflowDataField>.)
Public method Remove(T) (Inherited from Collection<WorkflowDataField>.)
Public method RemoveAt (Inherited from Collection<WorkflowDataField>.)
Protected method RemoveItem (Inherited from KeyedCollection<String, WorkflowDataField>.)
Protected method SetItem (Inherited from KeyedCollection<String, WorkflowDataField>.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

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

Top

See also

Reference

WorkflowDataFieldsCollection class

Microsoft.SharePoint.WorkflowActions namespace