Helper Class Reference
1.1
HomeGenie - Automation Programs' Engine SDK
|
Store helper class.
Class instance accessor: Program.Store(<store_name>)
More...
Public Member Functions | |
ModuleParameter | Get (string parameterName) |
Get the specified parameterName from the Store. More... | |
StoreHelper | Remove (string parameterName) |
Remove the specified parameterName from the Store. More... | |
void | Reset () |
Remove all parameters from this store. More... | |
Properties | |
TsList< ModuleParameter > | List [get] |
Gets the list of parameters defined in the Store. More... | |
Store helper class.
Class instance accessor: Program.Store(<store_name>)
ModuleParameter Get | ( | string | parameterName | ) |
Get the specified parameterName from the Store.
parameterName | Parameter name. |
StoreHelper Remove | ( | string | parameterName | ) |
Remove the specified parameterName from the Store.
parameterName | Parameter name. |
void Reset | ( | ) |
Remove all parameters from this store.
|
get |
Gets the list of parameters defined in the Store.
The list.