|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS Namespace > Workstation Class > Workstation Members |
The Workstation type exposes the following members.
Name |
Description |
|
|---|---|---|
|
Constructor for Workstation class that initializes a new instance of Workstation with the provided XElement objects. |
Name |
Description |
|
|---|---|---|
|
Retrieves the value of a setting based on the provided SettingId. (Inherited from BaseSettingsElement.) |
|
|
Retrieves a setting value based on the provided SettingId. If the setting is not found, the defaultValue is returned. (Inherited from BaseSettingsElement.) |
|
|
Retrieves a setting value of type T based on the provided SettingId. (Inherited from BaseSettingsElement.) |
|
|
Retrieves a setting value of type T from the settings dictionary. If the setting does not exist, returns the default value provided. (Inherited from BaseSettingsElement.) |
|
|
Safely reads the value of the specified attribute from the XML document. (Inherited from BaseElement.) |
|
|
Overrides the default ToString method to return a string representation of the Workstation class. |
|
|
Tries to get the value of a setting based on the provided SettingId. (Inherited from BaseSettingsElement.) |
|
|
Tries to get the setting value for the specified SettingId. (Inherited from BaseSettingsElement.) |
Name |
Description |
|
|---|---|---|
|
Gets the Id attribute as a uint value. |
|
|
Gets the value of the "location" attribute from the XML element. |
|
|
Gets the value of the "name" attribute from the XML element. |
|
|
Gets the settings dictionary. (Inherited from BaseSettingsElement.) |
|
|
Gets the value of the "user" attribute from the XML element. |