WorkflowArgument Class

 

Applies To: Dynamics CRM 2015

An argument to be passed to a workflow at run-time.

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

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.Workflow.WorkflowArgument

Syntax

[SerializableAttribute]
public sealed class WorkflowArgument
[SerializableAttribute]
public ref class WorkflowArgument sealed 
[<Sealed>]
[<SerializableAttribute>]
type WorkflowArgument = class end
<SerializableAttribute>
Public NotInheritable Class WorkflowArgument

Constructors

Name Description
System_CAPS_pubmethod WorkflowArgument()

Initializes an instance of the WorkflowArgument class.

Properties

Name Description
System_CAPS_pubproperty ArgumentType

Gets or sets the data type of the workflow argument.

System_CAPS_pubproperty ContainerType

Gets or sets the collection type that can contain the workflow argument.

System_CAPS_pubproperty Description

Gets or sets a description of the workflow argument.

System_CAPS_pubproperty Direction

Gets or sets the data direction of the workflow argument.

System_CAPS_pubproperty EntityName

Gets or sets the logical name of the primary entity that the workflow is executing for.

System_CAPS_pubproperty Name

Gets or sets a name for the workflow argument.

System_CAPS_pubproperty Required

Gets or sets if the workflow argument is required.

System_CAPS_pubproperty Target

Gets or sets whether the argument is the primary entity being supplied to the workflow.

System_CAPS_pubproperty Value

Gets or sets the value of the workflow argument.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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