Class CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionRequest
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Describes optional operator intent supplied when Cephalon evaluates one managed-connector command-execution request.
public sealed class CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionRequestInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionRequest
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”CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionRequest()
Section titled “ CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionRequest()”Creates a new managed-connector command-execution request.
public CdcCaptureExecutionRuntimeManagedConnectorCommandExecutionRequest()Properties
Section titled “Properties”AllowDestructive
Section titled “ AllowDestructive”Gets or sets a value indicating whether the caller explicitly allows destructive operations such as connector deletion.
public bool AllowDestructive { get; set; }Property Value
Section titled “Property Value”Approve
Section titled “ Approve”Gets or sets a value indicating whether the caller is intentionally approving an approval-gated provider command.
public bool Approve { get; set; }