Share via


WorkflowDependencyType Members

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Contains the integer flags to set the WorkflowDependency.Type attribute.

The following tables list the members exposed by the WorkflowDependencyType type.

Public Fields

  Name Description
public field static ArgumentEntityImage A dependency on an argument entity image. Value = 9.
public field static AttributeDefinition A dependency on an attribute definition. Value = 8.
public field static CustomEntityDefinition A dependency on a custom entity definition. Value = 7.
public field static LocalParameter A dependency on a local parameter. Value = 2.
public field static PrimaryEntityImage A dependency on a primary entity image. Value = 3.
public field static PrimaryEntityPostImage A dependency on a primary entity post image. Value = 5.
public field static PrimaryEntityPreImage A dependency on a primary entity pre image. Value = 4.
public field static RelatedEntityImage A dependency on a related entity image. Value = 6.
public field static SdkAssociation A dependency on an SDK association. Value = 1.

Top

See Also

Reference

WorkflowDependencyType Class
Microsoft.Xrm.Sdk.Workflow Namespace

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.