Skip to content

Class OpaqueIdValue

Namespace: DotBoxD.Kernels.Sandbox
Assembly: DotBoxD.Kernels.dll

public sealed record OpaqueIdValue : SandboxValue, IEquatable<SandboxValue>, IEquatable<OpaqueIdValue>

objectSandboxValueOpaqueIdValue

IEquatable<SandboxValue>, IEquatable<OpaqueIdValue>

SandboxValue.Unit, SandboxValue.Type, SandboxValue.FromBool(bool), SandboxValue.FromInt32(int), SandboxValue.FromInt64(long), SandboxValue.FromDouble(double), SandboxValue.FromString(string), SandboxValue.FromGuid(Guid), SandboxValue.FromOpaqueId(string, string), SandboxValue.FromPath(string), SandboxValue.FromUri(string), SandboxValue.FromList(IReadOnlyList<SandboxValue>), SandboxValue.FromList(IReadOnlyList<SandboxValue>, SandboxType), SandboxValue.FromMap(IReadOnlyDictionary<SandboxValue, SandboxValue>, SandboxType, SandboxType), SandboxValue.FromRecord(IReadOnlyList<SandboxValue>), object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

public OpaqueIdValue(string TypeName, string Value)

TypeName string

Value string

public override SandboxType Type { get; }

SandboxType

public string TypeName { get; init; }

string

public string Value { get; init; }

string