WorkflowCodeTypeReferenceExpression members

Represents a reference to a data type.

The WorkflowCodeTypeReferenceExpression type exposes the following members.

Constructors

  Name Description
Public method WorkflowCodeTypeReferenceExpression() Initializes a new instance of the WorkflowCodeTypeReferenceExpression class.
Public method WorkflowCodeTypeReferenceExpression(String) Initializes a new instance of the WorkflowCodeTypeReferenceExpression class with the fully qualified .NET assembly name.
Public method WorkflowCodeTypeReferenceExpression(Type) Initializes a new instance of the WorkflowCodeTypeReferenceExpression class with a specific data type.

Top

Properties

  Name Description
Public property QualifiedName Gets or sets the fully qualified .NET assembly name.
Public property Type (Inherited from CodeTypeReferenceExpression.)
Public property UserData (Inherited from CodeObject.)

Top

Methods

  Name Description
Public method AnalyzeUsage Used to analyze how the workflow uses fields and properties in the context type.
Public method 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).
Public method Decompile Decompiles the custom expression into string form.
Public method Equals (Inherited from Object.)
Public method Evaluate Initiates the evaluation of the WorkflowCodeTypeReferenceExpression.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Match Compares the current expression to another expression to determine whether they are equal.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate Verifies that the WorkflowCodeTypeExpression is configured correctly and has no errors.

Top

See also

Reference

WorkflowCodeTypeReferenceExpression class

Microsoft.SharePoint.WorkflowActions namespace