Share via


WorkflowContextPropertyName members

Helper class that enables you to organize workflow context property names across activities and subscriptions.

The WorkflowContextPropertyName type exposes the following members.

Constructors

  Name Description
Protected method WorkflowContextPropertyName(String) Initializes a new instance of the WorkflowContextPropertyName class and provides the property name.
Protected method WorkflowContextPropertyName(String, String) Initializes a new instance of the WorkflowContextPropertyName class and provides the property name and the scope over which the property operates.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Implicit(WorkflowContextPropertyName to String) Allows the class to implicitly convert to string when used in workflow xaml to avoid assembly reference.

Top

Fields

  Name Description
Protected fieldStatic member WorkflowInstanceScope Provides the string representation of the workflow instance scope as "Instance".
Protected fieldStatic member WorkflowServiceScope Provides the string representation of the workflow service scope as "WorkflowDescription".
Protected fieldStatic member WorkflowSiteScope Provides the string representation of the workflow site scope as "WorkflowServiceGroup".

Top

See also

Reference

WorkflowContextPropertyName class

Microsoft.SharePoint.WorkflowServices namespace