Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceSources

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable source identifiers used by managed-connector command-issuance answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceSources

objectCdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceSources

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The command issuance is primarily grounded in shared command-envelope truth.

public const string CommandEnvelope = "command-envelope"

string

The command issuance is primarily grounded in shared execution-approval truth.

public const string ExecutionApproval = "execution-approval"

string

The command issuance is primarily grounded in shared execution-intent truth.

public const string ExecutionIntent = "execution-intent"

string

The command issuance does not currently have a more specific primary source.

public const string Unknown = "unknown"

string