StiAppVariableHelper Class
Namespace: Stimulsoft.Data.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
ClearVariableLabels static |
void | |
GetVariableLabel static |
string | |
MakeTheSameCache static (+1 overloads) |
void | Makes the same cache for the app2 as for app1. |
SetVariableLabel static |
void |
Method Details
ClearVariableLabels static
ClearVariableLabels(app: IStiApp): void
Parameters
- app (IStiApp)
GetVariableLabel static
GetVariableLabel(app: IStiApp, variableName: string): string
Parameters
- app (IStiApp)
- variableName (string)
Returns string
MakeTheSameCache static
MakeTheSameCache(app1: IStiApp, app2: IStiApp): void
Makes the same cache for the app2 as for app1.
Parameters
MakeTheSameCache(app1Key: string, app2Key: string): void
Parameters
- app1Key (string)
- app2Key (string)
SetVariableLabel static
SetVariableLabel(app: IStiApp, variable: IStiAppVariable, label: string): void
Parameters
- app (IStiApp)
- variable (IStiAppVariable)
- label (string)