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 | |
---|---|---|
WorkflowContextPropertyName(String) | Initializes a new instance of the WorkflowContextPropertyName class and provides the property name. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
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 | |
---|---|---|
WorkflowInstanceScope | Provides the string representation of the workflow instance scope as "Instance". | |
WorkflowServiceScope | Provides the string representation of the workflow service scope as "WorkflowDescription". | |
WorkflowSiteScope | Provides the string representation of the workflow site scope as "WorkflowServiceGroup". |
Top