CreateEntity Class

Definition

Creates a new entity instance.

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

Constructors

CreateEntity()

Initializes a new instance of the CreateEntity class.

Properties

Entity

Gets or sets the entity instance (record).

EntityId

Gets the ID of the record that was created.

EntityName

Sets the logical entity name of the record to create.

Applies to