Helper Class Reference 1.4
HomeGenie - Automation Programs API
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
StoreHelper Class Reference

Store helper class.
Class instance accessor: Program.Store(<store_name>) More...

Public Member Functions

ModuleParameter Get (string parameterName)
 Gets the specified parameterName from the Store.
 
StoreHelper Remove (string parameterName)
 Removes the specified parameterName from the Store.
 
void Reset ()
 Removes all parameters from this store.
 

Properties

TsList< ModuleParameterList [get]
 Gets the list of parameters defined in the Store.
 

Detailed Description

Store helper class.
Class instance accessor: Program.Store(<store_name>)

Member Function Documentation

◆ Get()

ModuleParameter Get ( string  parameterName)

Gets the specified parameterName from the Store.

Parameters
parameterNameParameter name.

◆ Remove()

StoreHelper Remove ( string  parameterName)

Removes the specified parameterName from the Store.

Parameters
parameterNameParameter name.

Property Documentation

◆ List

TsList<ModuleParameter> List
get

Gets the list of parameters defined in the Store.

The list.


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