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 | |
---|---|---|
WorkflowArgument() | Initializes an instance of the WorkflowArgument class. |
Properties
Name | Description | |
---|---|---|
ArgumentType | Gets or sets the data type of the workflow argument. |
|
ContainerType | Gets or sets the collection type that can contain the workflow argument. |
|
Description | Gets or sets a description of the workflow argument. |
|
Direction | Gets or sets the data direction of the workflow argument. |
|
EntityName | Gets or sets the logical name of the primary entity that the workflow is executing for. |
|
Name | Gets or sets a name for the workflow argument. |
|
Required | Gets or sets if the workflow argument is required. |
|
Target | Gets or sets whether the argument is the primary entity being supplied to the workflow. |
|
Value | Gets or sets the value of the workflow argument. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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