Assembly: Sandbox.Common.dll

public struct TerminalActionParameter

Implements terminal action parameter

Fields

Member Description
static Empty Gets an empty parameter.
TypeCode Gets the type code
Value Gets the value

Properties

Member Description
IsEmpty Gets whether this action is empty

Methods

Member Description
static Deserialize(string, TypeCode) Creates a TerminalActionParameter from a serialized value in a string and a type code.
static Get(object) Creates a TerminalActionParameter from the given value.
GetObjectBuilder() Gets object builder for the action