IndTransferScheme Class |
Namespace: Flex.Hal.Settings
The IndTransferScheme type exposes the following members.
Name | Description | |
---|---|---|
IndTransferScheme | Initializes a new instance of the IndTransferScheme class | |
IndTransferScheme(String) | Initializes a new instance of the IndTransferScheme class | |
IndTransferScheme(IndSettings) | Initializes a new instance of the IndTransferScheme class |
Name | Description | |
---|---|---|
IsDefault |
Gets a value that indicates whether the scheme is a system scheme.
(Inherited from CustomSchemeT.) | |
IsExternal |
Gets a value that indicates whether the scheme is an external scheme (stored in an external file).
(Inherited from CustomSchemeT.) | |
IsSession |
Gets a value that indicates whether the scheme is a user defined scheme (stored in the session file).
(Inherited from CustomSchemeT.) | |
SchemeName |
Gets or sets the name of the scheme.
(Inherited from CustomSchemeT.) | |
Settings |
Gets the tranfer settings.
|
Name | Description | |
---|---|---|
SaveSchemeToFile |
Saves the scheme to the specified file.
(Inherited from CustomSchemeT.) | |
ToString |
Creates and returns a string representation of the current
CustomSchemeT object.
(Inherited from CustomSchemeT.) |
Name | Description | |
---|---|---|
(String to IndTransferScheme) |
Defines an implicit conversion of a String object to
a IndTransferScheme object.
|