Click or drag to resize

cVariableMetaData Class

Meta data for a variable, describing its value range and default value.
Inheritance Hierarchy
SystemObject
  EwECorecVariableMetaData

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cVariableMetaData

The cVariableMetaData type exposes the following members.

Constructors
  NameDescription
Public methodcVariableMetaData(Boolean)
Constructor use boolean values.
Public methodcVariableMetaData(Int32, String)
Constuctor for string values.
Public methodcVariableMetaData(String, Boolean)
Constructor for boolean values.
Public methodcVariableMetaData(Single, Single, cOperatorBase, cOperatorBase, Single, String)
Constructor for numeric values.
Top
Properties
  NameDescription
Public propertyLength
Get the maximum allowed string length for variables.
Public propertyMax
Get the maximum value for a variable.
Public propertyMaxOperator
Get the maximum value operator.
Public propertyMin
Get the minimum value for a variable.
Public propertyMinOperator
Get the minimum value operator.
Public propertyNullValue
Get the default value for a variable.
Public propertyUnits
Get/set the units for this variable.
Public propertyVarType
Get the value type of the variable that this metadata represents.
Top
Methods
  NameDescription
Public methodStatic memberDefault
Register and retrieve metadata for numerical model output values.
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGet
Get any pre-registered metadata, or nothing if the metadata does not exist for the indicated variable.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also