|
| | BackdoorId = property |
| | Identifier of the setting.
|
| | BackdoorType = property |
| | Indicates the data type of the setting.
|
| | Description = property |
| | GlobalBoolValue = property |
| | Gets and sets the database level setting value for boolean type settings.
|
| | GlobalDoubleValue = property |
| | Gets and sets the database level setting value for double type settings.
|
| | GlobalIntValue = property |
| | Gets and sets the database level setting value for integer type settings.
|
| | GlobalStringValue = property |
| | Gets and sets the database level setting value for string type settings.
|
| | ProjectBoolValue = property |
| | Gets and sets the project level setting value for boolean type settings.
|
| | ProjectDoubleValue = property |
| | Gets and sets the project level setting value for double type settings.
|
| | ProjectIntValue = property |
| | Gets and sets the project level setting value for integer type settings.
|
| | ProjectStringValue = property |
| | Gets and sets the project level setting value for string type settings.
|
◆ __init__()
| hyperx.api.BackdoorSetting.__init__ |
( |
| self, |
|
|
_api.BackdoorSetting | backdoorSetting ) |
◆ ResetGlobalValueToDefaultValue()
| None hyperx.api.BackdoorSetting.ResetGlobalValueToDefaultValue |
( |
| self | ) |
|
◆ ResetProjectValueToGlobalValue()
| None hyperx.api.BackdoorSetting.ResetProjectValueToGlobalValue |
( |
| self | ) |
|
◆ _Entity
| hyperx.api.BackdoorSetting._Entity = backdoorSetting |
|
protected |
◆ BackdoorId
| hyperx.api.BackdoorSetting.BackdoorId = property |
|
static |
Identifier of the setting.
◆ BackdoorType
| hyperx.api.BackdoorSetting.BackdoorType = property |
|
static |
Indicates the data type of the setting.
Use this to determine which property to use for getting and setting the setting value.
◆ Description
| hyperx.api.BackdoorSetting.Description = property |
|
static |
◆ GlobalBoolValue
| hyperx.api.BackdoorSetting.GlobalBoolValue = property |
|
static |
◆ GlobalDoubleValue
| hyperx.api.BackdoorSetting.GlobalDoubleValue = property |
|
static |
◆ GlobalIntValue
| hyperx.api.BackdoorSetting.GlobalIntValue = property |
|
static |
◆ GlobalStringValue
| hyperx.api.BackdoorSetting.GlobalStringValue = property |
|
static |
◆ ProjectBoolValue
| hyperx.api.BackdoorSetting.ProjectBoolValue = property |
|
static |
◆ ProjectDoubleValue
| hyperx.api.BackdoorSetting.ProjectDoubleValue = property |
|
static |
◆ ProjectIntValue
| hyperx.api.BackdoorSetting.ProjectIntValue = property |
|
static |
◆ ProjectStringValue
| hyperx.api.BackdoorSetting.ProjectStringValue = property |
|
static |
The documentation for this class was generated from the following file:
- C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py