Click or drag to resize

CustomSchemeT Class

Represents the base class for custom schemes.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsCustomSchemeT
    More...

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

Type Parameters

T
The type of custom scheme data.

The CustomSchemeT type exposes the following members.

Properties
  NameDescription
Public propertyIsDefault
Gets a value that indicates whether the scheme is a system scheme.
Public propertyIsExternal
Gets a value that indicates whether the scheme is an external scheme (stored in an external file).
Public propertyIsSession
Gets a value that indicates whether the scheme is a user defined scheme (stored in the session file).
Public propertySchemeName
Gets or sets the name of the scheme.
Top
Methods
  NameDescription
Public methodSaveSchemeToFile
Saves the scheme to the specified file.
Public methodToString
Creates and returns a string representation of the current CustomSchemeT object.
(Overrides ObjectToString.)
Top
See Also
Inheritance Hierarchy