Click or drag to resize

CustomSchemeDataT Class

Represents the base class for custom scheme data for serialization.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsCustomSchemeDataT

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public class CustomSchemeData<T>

Type Parameters

T
The type of custom scheme data.

The CustomSchemeDataT type exposes the following members.

Properties
  NameDescription
Public propertyHasCustom
Gets or sets a value that indicates whether the scheme contains custom scheme data
Public propertyIsExternal
Gets or sets a value that indicates whether the scheme is an external scheme (stored in an external file).
Public propertyIsSession
Gets or sets a value that indicates whether the scheme is an user defined scheme (stored in the session file).
Public propertyIsSystem
Gets or sets a value that indicates whether the scheme is a system scheme.
Public propertyName
Gets or sets the scheme name.
Public propertySchemeData
Gets or sets the custom scheme data.
Top
Methods
  NameDescription
Public methodToString
Creates and returns a string representation of the current CustomSchemeDataT object.
(Overrides ObjectToString.)
Top
Operators
See Also