Table of Contents

Class SandboxRunId

Namespace
DotBoxD.Kernels.Bindings
Assembly
DotBoxD.Kernels.dll
public sealed record SandboxRunId : IEquatable<SandboxRunId>
Inheritance
SandboxRunId
Implements
Inherited Members

Constructors

SandboxRunId(Guid)

public SandboxRunId(Guid Value)

Parameters

Value Guid

Properties

Value

public Guid Value { get; init; }

Property Value

Guid

Methods

New()

public static SandboxRunId New()

Returns

SandboxRunId

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.