Class StringValue
Namespace: DotBoxD.Kernels.Sandbox
Assembly: DotBoxD.Kernels.dll
public sealed record StringValue : SandboxValue, IEquatable<SandboxValue>, IEquatable<StringValue>Inheritance
Section titled “Inheritance”object ← SandboxValue ← StringValue
Implements
Section titled “Implements”IEquatable<SandboxValue>, IEquatable<StringValue>
Inherited Members
Section titled “Inherited Members”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()
Constructors
Section titled “Constructors”StringValue(string)
Section titled “ StringValue(string)”public StringValue(string Value)Parameters
Section titled “Parameters”Value string
Properties
Section titled “Properties”public override SandboxType Type { get; }Property Value
Section titled “Property Value”public string Value { get; init; }