Constructor EnableProperty
EnableProperty(String, String, Int32)
Main constructor.
Declaration
public EnableProperty(string name, string displayName, int enableValue)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | name of the property. |
| String | displayName | Display name of the property. |
| Int32 | enableValue | Value to enable the module that uses this enable property. |
EnableProperty(String, Int32)
Simpler constructor where the name and display name are the same.
Declaration
public EnableProperty(string name, int enableValue)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | Name of the property, used also as display name. |
| Int32 | enableValue | Value to enable the module that uses this enable property. |