AssignEntity Class

Definition

Creates a new entity instance.

public ref class AssignEntity sealed : System::Activities::CodeActivity
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")]
public sealed class AssignEntity : System.Activities.CodeActivity
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")>]
type AssignEntity = class
    inherit CodeActivity
Public NotInheritable Class AssignEntity
Inherits CodeActivity
Inheritance
AssignEntity
Attributes

Constructors

AssignEntity()

Initializes a new instance of the AssignEntity class.

Properties

Entity

Gets the resulting record following the assignment to a new owner.

EntityId

Sets the ID of the record to assign.

EntityName

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

Owner

Sets the new owner for the record.

Applies to