WorkflowDependencyType Class

 

Applies To: Dynamics CRM 2015

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 ref class WorkflowDependencyType abstract sealed 
[<AbstractClass>]
[<Sealed>]
type WorkflowDependencyType = class end
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

© 2016 Microsoft. All rights reserved. Copyright