[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a dictionary of workflow parameters.

The following tables list the members exposed by the WorkflowParametersDictionary type.

Public Constructors (see also Protected Constructors)

  Name Description
WorkflowParametersDictionary Overloaded. Initializes a new WorkflowParametersDictionary object.
Top

Protected Constructors

  Name Description
WorkflowParametersDictionary Overloaded.  
Top

Public Properties

  Name Description
public property Comparer  (inherited from Dictionary)
public property Count  (inherited from Dictionary)
public property Item  (inherited from Dictionary)
public property Keys  (inherited from Dictionary)
public property Values  (inherited from Dictionary)
Top

Public Methods (see also Protected Methods)

  Name Description
public method Add  (inherited from Dictionary)
public method Clear  (inherited from Dictionary)
public method ContainsKey  (inherited from Dictionary)
public method ContainsValue  (inherited from Dictionary)
public method Equals  Overloaded. (inherited from Object)
public method GetEnumerator  (inherited from Dictionary)
public method GetHashCode  (inherited from Object)
public method GetObjectData  (inherited from Dictionary)
public method GetType  (inherited from Object)
public method OnDeserialization  (inherited from Dictionary)
public method ReadFromXml Initializes the class properties from an XML input.
public methodstatic ReferenceEquals  (inherited from Object)
public method Remove  (inherited from Dictionary)
public method ToString  (inherited from Object)
public method TryGetValue  (inherited from Dictionary)
public method WriteToXml Writes and formats the class properties to XML.
Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
System.Collections.Generic.ICollection.Add  (inherited from Dictionary)
System.Collections.Generic.ICollection.Contains  (inherited from Dictionary)
System.Collections.Generic.ICollection.CopyTo  (inherited from Dictionary)
System.Collections.Generic.ICollection.Remove  (inherited from Dictionary)
System.Collections.Generic.IEnumerable.GetEnumerator  (inherited from Dictionary)
System.Collections.ICollection.CopyTo  (inherited from Dictionary)
System.Collections.IDictionary.Add  (inherited from Dictionary)
System.Collections.IDictionary.Contains  (inherited from Dictionary)
System.Collections.IDictionary.GetEnumerator  (inherited from Dictionary)
System.Collections.IDictionary.Remove  (inherited from Dictionary)
System.Collections.IEnumerable.GetEnumerator  (inherited from Dictionary)
System.Collections.Generic.ICollection.IsReadOnly  (inherited from Dictionary)
System.Collections.Generic.IDictionary.Keys  (inherited from Dictionary)
System.Collections.Generic.IDictionary.Values  (inherited from Dictionary)
System.Collections.ICollection.IsSynchronized  (inherited from Dictionary)
System.Collections.ICollection.SyncRoot  (inherited from Dictionary)
System.Collections.IDictionary.IsFixedSize  (inherited from Dictionary)
System.Collections.IDictionary.IsReadOnly  (inherited from Dictionary)
System.Collections.IDictionary.Item  (inherited from Dictionary)
System.Collections.IDictionary.Keys  (inherited from Dictionary)
System.Collections.IDictionary.Values  (inherited from Dictionary)
Top

See Also


Send comments about this topic to Microsoft.