Share via


WorkflowAncestorReferenceExpression members

Represents a reference to a data type and an ancestor activity name.

The WorkflowAncestorReferenceExpression type exposes the following members.

Constructors

  Name Description
Public method WorkflowAncestorReferenceExpression() Initializes a new instance of the WorkflowAncestorReferenceExpression class.
Public method WorkflowAncestorReferenceExpression(String) Initializes a new instance of the WorkflowAncestorReferenceExpression class with the specified qualified type name.
Public method WorkflowAncestorReferenceExpression(Type) Initializes a new instance of the WorkflowAncestorReferenceExpression class with the specified data type.
Public method 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
Public property AncestorName Gets or sets the name of the ancestor activity.
Public property QualifiedTypeName Gets or sets the fully qualified .NET assembly name.
Public property UserData (Inherited from CodeObject.)

Top

Methods

  Name Description
Public method AnalyzeUsage Analyzes how the workflow uses fields and properties in the context type.
Public method Clone Clones the current WorkflowAncestorReferenceExpression object.
Public method Decompile Appends information about the class to the specified StringBuilder object.
Public method Equals (Inherited from Object.)
Public method Evaluate Evaluates the WorkflowAncestorReferenceExpression.
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 the specified expression to determine whether they are equal.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate Verifies whether the WorkflowAncestorReferenceExpression is configured correctly.

Top

See also

Reference

WorkflowAncestorReferenceExpression class

Microsoft.SharePoint.WorkflowActions namespace