Reader class for parent widgets Parent widgets query a measurement for a list of types (ie. CO2, temp, etc), and then build a child data widget for each dataVals Data type is therefore string[]
More...
Reader class for parent widgets Parent widgets query a measurement for a list of types (ie. CO2, temp, etc), and then build a child data widget for each dataVals Data type is therefore string[]
Definition at line 15 of file ParentWidget.cs.
§ AddChild()
| void ARDesign.Widgets.ParentWidget.AddChild |
( |
DataWidget |
dw | ) |
|
Adds a child widget to the parent
- Parameters
-
Definition at line 36 of file ParentWidget.cs.
§ CastWidget()
| override void ARDesign.Widgets.ParentWidget.CastWidget |
( |
| ) |
|
|
protectedvirtual |
§ ParseSetUpText()
| override void ARDesign.Widgets.ParentWidget.ParseSetUpText |
( |
string |
webReturn | ) |
|
|
protected |
Pareses the setup query and builds the widget and all its children
- Parameters
-
| webReturn | JSON string returned from query |
Definition at line 59 of file ParentWidget.cs.
§ ParseUpdateText()
| override void ARDesign.Widgets.ParentWidget.ParseUpdateText |
( |
string |
webResult | ) |
|
|
protected |
Parent widgets should never be updated - toUpdate is always false
- Parameters
-
Definition at line 82 of file ParentWidget.cs.
§ SetQueryUrl()
| override string ARDesign.Widgets.ParentWidget.SetQueryUrl |
( |
| ) |
|
|
protected |
Queries a list of types in the measure
- Returns
- Http query url
Definition at line 91 of file ParentWidget.cs.
§ SetUpdateUrl()
| override string ARDesign.Widgets.ParentWidget.SetUpdateUrl |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: