An attribute used to signal that a property is a configuration setting.
More...
|
string | OptionName [get, set] |
| The name of the configuration option. More...
|
|
string | Name [get, set] |
| The name of the configuration option. More...
|
|
An attribute used to signal that a property is a configuration setting.
◆ ConfigOptionAttribute() [1/2]
Codemesh.JuggerNET.ConfigOptionAttribute.ConfigOptionAttribute |
( |
| ) |
|
|
inline |
Create an attribute with the default name.
◆ ConfigOptionAttribute() [2/2]
Codemesh.JuggerNET.ConfigOptionAttribute.ConfigOptionAttribute |
( |
string |
optionName | ) |
|
|
inline |
Create an attribute with a custom option name.
- Parameters
-
optionName | The non-default option name. |
◆ Name
string Codemesh.JuggerNET.ConfigOptionAttribute.Name |
|
getset |
The name of the configuration option.
◆ OptionName
string Codemesh.JuggerNET.ConfigOptionAttribute.OptionName |
|
getset |
The name of the configuration option.
The documentation for this class was generated from the following file: