SystemVariable<T> Class
Defines the Data for displaying meta-data about variables.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["SystemVariable<T>"] class Type type-node

Syntax

public class SystemVariable<T>

Type Parameters

Name Description
T

Properties

Name Property Type Summary
VariableDescription string
Gets or sets the variable description.
VariableName string
Gets or sets the name of the variable.
VariableValue T
Gets or sets the variable value.

Extension Methods

Name Value Summary
IsAssignableToISerializable<SystemVariable<T>>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<SystemVariable<T>>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<SystemVariable<T>>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.