Class DatabaseMigrationOperationalExecutionGroupCommand
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Describes one selected command path for a logical migration target inside an engine-owned execution group.
public sealed class DatabaseMigrationOperationalExecutionGroupCommandInheritance
Section titled “Inheritance”object ← DatabaseMigrationOperationalExecutionGroupCommand
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”DatabaseMigrationOperationalExecutionGroupCommand(int, string, string, string, DatabaseMigrationCommandDescriptor)
Section titled “ DatabaseMigrationOperationalExecutionGroupCommand(int, string, string, string, DatabaseMigrationCommandDescriptor)”Creates a new execution-group command entry.
public DatabaseMigrationOperationalExecutionGroupCommand(int order, string databaseMigrationId, string requestedRoleId, string resolvedRoleId, DatabaseMigrationCommandDescriptor command)Parameters
Section titled “Parameters”order int
The positive playbook order of the logical migration target that owns this command.
databaseMigrationId string
The logical migration target identifier that owns this command.
requestedRoleId string
The logical requested role id represented by this command.
resolvedRoleId string
The concrete resolved role id represented by this command.
command DatabaseMigrationCommandDescriptor
The selected command descriptor for this execution-group entry.
Properties
Section titled “Properties”Command
Section titled “ Command”Gets the selected command descriptor for this execution-group entry.
public DatabaseMigrationCommandDescriptor Command { get; }Property Value
Section titled “Property Value”DatabaseMigrationCommandDescriptor
DatabaseMigrationId
Section titled “ DatabaseMigrationId”Gets the logical migration target identifier that owns this command.
public string DatabaseMigrationId { get; }Property Value
Section titled “Property Value”Gets the positive playbook order of the logical migration target that owns this command.
public int Order { get; }Property Value
Section titled “Property Value”RequestedRoleId
Section titled “ RequestedRoleId”Gets the logical requested role id represented by this command.
public string RequestedRoleId { get; }Property Value
Section titled “Property Value”ResolvedRoleId
Section titled “ ResolvedRoleId”Gets the concrete resolved role id represented by this command.
public string ResolvedRoleId { get; }