Class CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterSources
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector execution-adapter answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterSources
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”CommandEnvelope
Section titled “ CommandEnvelope”The execution adapter is primarily grounded in shared command-envelope truth.
public const string CommandEnvelope = "command-envelope"Field Value
Section titled “Field Value”CommandIssuance
Section titled “ CommandIssuance”The execution adapter is primarily grounded in shared command-issuance truth.
public const string CommandIssuance = "command-issuance"Field Value
Section titled “Field Value”ExecutionApproval
Section titled “ ExecutionApproval”The execution adapter 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 execution adapter 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 execution adapter does not currently have a more specific primary source.
public const string Unknown = "unknown"