Class SandboxRunId
Namespace: DotBoxD.Kernels.Bindings
Assembly: DotBoxD.Kernels.dll
public sealed record SandboxRunId : IEquatable<SandboxRunId>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”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”SandboxRunId(Guid)
Section titled “ SandboxRunId(Guid)”public SandboxRunId(Guid Value)Parameters
Section titled “Parameters”Value Guid
Properties
Section titled “Properties”public Guid Value { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”public static SandboxRunId New()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”Returns a string that represents the current object.
public override string ToString()Returns
Section titled “Returns”A string that represents the current object.