SetState Class

 

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

Sets the state and status of a record.

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

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    System.Activities.CodeActivity
      Microsoft.Xrm.Sdk.Workflow.Activities.SetState

Syntax

public sealed class SetState : CodeActivity
Public NotInheritable Class SetState
    Inherits CodeActivity

Constructors

Name Description
System_CAPS_pubmethod SetState()

Initializes a new instance of the SetState class.

Properties

Name Description
System_CAPS_protproperty CacheId

(Inherited from Activity.)

System_CAPS_pubproperty DisplayName

(Inherited from Activity.)

System_CAPS_pubproperty Entity

Gets the resulting entity record following the update.

System_CAPS_pubproperty EntityId

Sets the ID of the entity record to update.

System_CAPS_pubproperty EntityName

Set the logical name of the entity specified by the EntityId property.

System_CAPS_pubproperty Id

(Inherited from Activity.)

System_CAPS_protproperty ImplementationVersion

(Inherited from CodeActivity.)

System_CAPS_pubproperty State

Sets the new state for the entity record.

System_CAPS_pubproperty Status

Sets the new status that corresponds to the State property.

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 Activity.)

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.Activities Namespace
Custom XAML workflows

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright