Class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeSources
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector command-envelope answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeSources
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”DryRun
Section titled “ DryRun”The command envelope is primarily grounded in shared dry-run truth.
public const string DryRun = "dry-run"Field Value
Section titled “Field Value”ExecutionApproval
Section titled “ ExecutionApproval”The command envelope is primarily grounded in shared execution-approval truth.
public const string ExecutionApproval = "execution-approval"Field Value
Section titled “Field Value”ExecutionIntent
Section titled “ ExecutionIntent”The command envelope is primarily grounded in shared execution-intent truth.
public const string ExecutionIntent = "execution-intent"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The command envelope does not currently have a more specific primary source.
public const string Unknown = "unknown"