Table of Contents

Class OpaqueIdValue

Namespace
DotBoxD.Kernels.Sandbox
Assembly
DotBoxD.Kernels.dll
public sealed record OpaqueIdValue : SandboxValue, IEquatable<SandboxValue>, IEquatable<OpaqueIdValue>
Inheritance
OpaqueIdValue
Implements
Inherited Members

Constructors

OpaqueIdValue(string, string)

public OpaqueIdValue(string TypeName, string Value)

Parameters

TypeName string
Value string

Properties

Type

public override SandboxType Type { get; }

Property Value

SandboxType

TypeName

public string TypeName { get; init; }

Property Value

string

Value

public string Value { get; init; }

Property Value

string