ClientStation Class
| Name | Description | |
|---|---|---|
|
ClientStation(RunObj, int) | Construct the instance |
| Name | Description | |
|---|---|---|
|
AlarmPage | Auxiliary Properties for default AlarmPage |
|
Context | Context information about SelectedAsset |
|
CultureInfo | Gets or sets the client's language selection. |
|
CurrentUser | Gets the client's current user. |
|
DateTimeInfo | Properties for Date Time Information |
|
DrillingChart | Gets reference to DrillingChart objects. |
|
GCCollect | Request .NET Garbage collection (WPF Only) |
|
InputUserName | This is an internal auxiliary variable used in the system default logon window. |
|
Localization | Gets the dictionary name used on localization. |
|
Messaging | Refrence to message queue |
|
ReadOnly | Flag to indicate client is running in ReadOnlyMOde |
|
SelectedPage | Auxiliary Selected Page Property used on default SelectPage Dialog |
|
Session | Information on Current Execution session |
|
Shutdown | Request a Client shutdown. |
|
Theme | Gets and sets the dictionary name used on theme |
|
TrendChart | Gets reference to TrendChart objects. |
|
UI | Internal Properties to assint managing the User Interface |
|
Units | Gets and sets the dictionary name used on display units. |
|
UserName | Gets the client's username |
| Name | Description | |
|---|---|---|
|
AddDisplayInCacheList(string) | |
|
ChangeUserPasswordAsync(string, string, string) | Change password of runtime users |
|
GetTDisplay(string) | Gets instance of a specific display |
|
GetTDisplays() | Gets list of opened displays |
|
Locale(string) | Returns localization text |
|
LogOnAsync(string, string) | Log on |
|
LogOnGuestAsync() | Log on as guest |
|
OpenDisplay(string) | Open display |
|
OpenLayout(string) | Begin open layout |
|
OpenWebDisplays(bool) | Open Web displays |
|
OpenWebUrl(string) | Open Web URL |
T.Modules.ClientStation.ClientStation