Class VariableMetaData
The methods and properties in the VariableMetaData class manage model variable metadata.
Inherited Members
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
[Serializable]
public class VariableMetaData : MetaData
Remarks
The methods and properties in the VariableMetaData class manage model variable metadata.
Properties
DefaultValue
Gets the default value for the model variable.
Declaration
public virtual string DefaultValue { get; }
Property Value
Type | Description |
---|---|
string | This property returns the default value for the model variable. |
Initialization
Gets the type initialization for the model variable.
Declaration
public virtual VariableInitialization Initialization { get; }
Property Value
Type | Description |
---|---|
VariableInitialization | The value returned is a member of the VariableInitialization enumeration. |
IsEncrypted
Gets whether the model variable is encrypted.
Declaration
public virtual bool IsEncrypted { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the model variable is encrypted. |
IsHidden
Gets whether the model variable is hidden.
Declaration
public virtual bool IsHidden { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the model variable is hidden. |
IsReadable
Gets whether the model variable is readable.
Declaration
public virtual bool IsReadable { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the model variable is readable. |
IsWriteable
Gets whether the model variable is writeable.
Declaration
public virtual bool IsWriteable { get; }
Property Value
Type | Description |
---|---|
bool | This property returns a Boolean indicating whether the model variable is writeable. |
Remarks
Gets whether the model variable is writeable.
VariableType
Gets the type of the variable.
Declaration
public virtual VariableType VariableType { get; }
Property Value
Type | Description |
---|---|
VariableType | The value returned is a member of the VariableType enumeration. |