WorkflowDependencyType Class

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

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

Namespace:   Microsoft.Xrm.Sdk.Workflow
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.Workflow.WorkflowDependencyType

Syntax

public static class WorkflowDependencyType
Public NotInheritable Class WorkflowDependencyType

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static ArgumentEntityImage

A dependency on an argument entity image. Value = 9.

System_CAPS_pubfieldSystem_CAPS_static AttributeDefinition

A dependency on an attribute definition. Value = 8.

System_CAPS_pubfieldSystem_CAPS_static CustomEntityDefinition

A dependency on a custom entity definition. Value = 7.

System_CAPS_pubfieldSystem_CAPS_static LocalParameter

A dependency on a local parameter. Value = 2.

System_CAPS_pubfieldSystem_CAPS_static PrimaryEntityImage

A dependency on a primary entity image. Value = 3.

System_CAPS_pubfieldSystem_CAPS_static PrimaryEntityPostImage

A dependency on a primary entity post image. Value = 5.

System_CAPS_pubfieldSystem_CAPS_static PrimaryEntityPreImage

A dependency on a primary entity pre image. Value = 4.

System_CAPS_pubfieldSystem_CAPS_static RelatedEntityImage

A dependency on a related entity image. Value = 6.

System_CAPS_pubfieldSystem_CAPS_static SdkAssociation

A dependency on an SDK association. Value = 1.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Sdk.Workflow Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright