TSLab API Docs
1
|
Static Public Member Functions | |
static implicit | operator bool (BoolOptimData optimData) |
Properties | |
override string | ValueForSerialization [get, set] |
Properties inherited from TSLab.Script.Optimization.OptimDataBase | |
string | ItemId [get, set] |
string | BlockName [get, set] |
string | Name [get, set] |
string | InvariantName [get, set] |
string | CodeName [get, set] |
bool | UsedInOptimization [get, set] |
bool | IsCalculable [get, set] |
virtual object | Value [get, set] |
abstract string | ValueForSerialization [get, set] |
bool | IsReadOnly [get, set] |
Properties inherited from TSLab.Script.Optimization.IOptimDataBase | |
string | ItemId [get, set] |
string | BlockName [get, set] |
string | Name [get, set] |
string | InvariantName [get, set] |
string | CodeName [get, set] |
bool | UsedInOptimization [get, set] |
bool | IsAutoProperty [get] |
Additional Inherited Members | |
Public Member Functions inherited from TSLab.Script.Optimization.OptimDataBase | |
string | GetId () |
void | UpdateValues (OptimDataBase optimDataBase) |
object | Clone () |
Public Attributes inherited from TSLab.Script.Optimization.OptimDataBase | |
bool | IsAutoProperty => InvariantName == "AutoProperty" |
Protected Member Functions inherited from TSLab.Script.Optimization.OptimDataBase | |
OptimDataBase (object value) | |
Protected Attributes inherited from TSLab.Script.Optimization.OptimDataBase | |
object | m_value |