UpdateEntity Class

Definition

Creates a new entity instance.

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

Constructors

UpdateEntity()

Initializes a new instance of the UpdateEntity class.

Properties

Entity

Gets or sets the record.

EntityName

Sets the logical entity name of the record to update.

Applies to