Skip to content

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 CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeSources

objectCdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeSources

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

The command envelope is primarily grounded in shared dry-run truth.

public const string DryRun = "dry-run"

string

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

public const string ExecutionApproval = "execution-approval"

string

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

public const string ExecutionIntent = "execution-intent"

string

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

public const string Unknown = "unknown"

string