WorkflowAncestorReferenceExpression Members
Include Protected Members
Include Inherited Members
Represents a reference to a data type and an ancestor activity name.
The WorkflowAncestorReferenceExpression type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowAncestorReferenceExpression() | Initializes a new instance of the WorkflowAncestorReferenceExpression class. | |
WorkflowAncestorReferenceExpression(String) | Initializes a new instance of the WorkflowAncestorReferenceExpression class with the specified qualified type name. | |
WorkflowAncestorReferenceExpression(Type) | Initializes a new instance of the WorkflowAncestorReferenceExpression class with the specified data type. | |
WorkflowAncestorReferenceExpression(String, String) | Initializes a new instance of the WorkflowAncestorReferenceExpression class with the specified ancestor activity name and the fully qualified type name. |
Top
Properties
Name | Description | |
---|---|---|
AncestorName | Gets or sets the name of the ancestor activity. | |
QualifiedTypeName | Gets or sets the fully qualified .NET assembly name. | |
UserData | (Inherited from CodeObject.) |
Top
Methods
Name | Description | |
---|---|---|
AnalyzeUsage | Analyzes how the workflow uses fields and properties in the context type. | |
Clone | Clones the current WorkflowAncestorReferenceExpression object. | |
Decompile | Appends information about the class to the specified StringBuilder object. | |
Equals | (Inherited from Object.) | |
Evaluate | Evaluates the WorkflowAncestorReferenceExpression. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Match | Compares the current expression to the specified expression to determine whether they are equal. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Verifies whether the WorkflowAncestorReferenceExpression is configured correctly. |
Top