CustomSchemeDataT Class |
Namespace: Flex.Hal.Settings
The CustomSchemeDataT type exposes the following members.
Name | Description | |
---|---|---|
HasCustom |
Gets or sets a value that indicates whether the scheme contains custom scheme data
| |
IsExternal |
Gets or sets a value that indicates whether the scheme is an external scheme (stored in an external file).
| |
IsSession |
Gets or sets a value that indicates whether the scheme is an user defined scheme (stored in the session file).
| |
IsSystem |
Gets or sets a value that indicates whether the scheme is a system scheme.
| |
Name |
Gets or sets the scheme name.
| |
SchemeData |
Gets or sets the custom scheme data.
|
Name | Description | |
---|---|---|
ToString |
Creates and returns a string representation of the current
CustomSchemeDataT object.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
(CustomSchemeT to CustomSchemeDataT) |
Defines an implicit conversion of a CustomSchemeT object to
a CustomSchemeDataT object.
|