WorkflowCodeTypeReferenceExpression Members
Include Protected Members
Include Inherited Members
Represents a reference to a data type.
The WorkflowCodeTypeReferenceExpression type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowCodeTypeReferenceExpression() | Initializes a new instance of the WorkflowCodeTypeReferenceExpression class. | |
WorkflowCodeTypeReferenceExpression(String) | Initializes a new instance of the WorkflowCodeTypeReferenceExpression class with the fully qualified .NET assembly name. | |
WorkflowCodeTypeReferenceExpression(Type) | Initializes a new instance of the WorkflowCodeTypeReferenceExpression class with a specific data type. |
Top
Properties
Name | Description | |
---|---|---|
QualifiedName | Gets or sets the fully qualified .NET assembly name. | |
Type | (Inherited from CodeTypeReferenceExpression.) | |
UserData | (Inherited from CodeObject.) |
Top
Methods
Name | Description | |
---|---|---|
AnalyzeUsage | Used to analyze how the workflow uses fields and properties in the context type. | |
Clone | Creates a deep copy of the current WorkflowCodeTypeReferenceExpression. A deep copy copies both the object and the content of all the pointers included in that object (unlike a "shallow" copy, which is a bitwise copy). | |
Decompile | Decompiles the custom expression into string form. | |
Equals | (Inherited from Object.) | |
Evaluate | Initiates the evaluation of the WorkflowCodeTypeReferenceExpression. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Match | Compares the current expression to another expression to determine whether they are equal. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Verifies that the WorkflowCodeTypeExpression is configured correctly and has no errors. |
Top