Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.AI.Variable Class Reference
Inheritance diagram for Doloro.AI.Variable:
Collaboration diagram for Doloro.AI.Variable:

Public Member Functions

 Variable (string title, object value)
 Instantiates new variable. More...
 
 Variable (SerializationInfo info, StreamingContext context)
 
virtual void GetObjectData (SerializationInfo info, StreamingContext context)
 
void MakeObsolete ()
 Set variable to obsolete state.
 
override string ToString ()
 

Properties

System.Type type [get]
 Variable's type.
 
bool IsValid [get]
 Check does this variable are valid.
 
bool IsObsolete [get]
 If true then the variable can't be used anymore.
 
string Title [get]
 Variable name.
 
byte[] ValueBinary [get, set]
 Converts binary data to and backward the Value.
 
object Value [get, set]
 Object's value. More...
 

Events

System.Action ValueChanged
 Occurs when value is changed.
 

Constructor & Destructor Documentation

◆ Variable()

Doloro.AI.Variable.Variable ( string  title,
object  value 
)

Instantiates new variable.

Parameters
titleVariable title.
valueVariable value.
Exceptions
System.ArgumentNullExceptionvalue is null.
System.ArgumentExceptiontitle is null or white spaced.

Property Documentation

◆ Value

object Doloro.AI.Variable.Value
getset

Object's value.

Exceptions
System.NotSupportedExceptionAttempts to write null value.

The documentation for this class was generated from the following file: