Class SandboxValueValidator
Namespace: DotBoxD.Kernels.Sandbox
Assembly: DotBoxD.Kernels.dll
public static class SandboxValueValidatorInheritance
Section titled “Inheritance”object ← SandboxValueValidator
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”RequireType(SandboxValue, SandboxType, string)
Section titled “ RequireType(SandboxValue, SandboxType, string)”public static void RequireType(SandboxValue value, SandboxType expectedType, string message)Parameters
Section titled “Parameters”value SandboxValue
expectedType SandboxType
message string
RequireType(SandboxValue, SandboxType, SandboxErrorCode, string)
Section titled “ RequireType(SandboxValue, SandboxType, SandboxErrorCode, string)”public static void RequireType(SandboxValue value, SandboxType expectedType, SandboxErrorCode errorCode, string message)Parameters
Section titled “Parameters”value SandboxValue
expectedType SandboxType
errorCode SandboxErrorCode
message string