Click or drag to resize

IndTransferScheme Class

Represents an IND$FILE transfer scheme.
Inheritance Hierarchy
SystemObject
  CustomSchemeIndSettings
    Flex.Hal.SettingsIndTransferScheme

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public class IndTransferScheme : CustomScheme<IndSettings>

The IndTransferScheme type exposes the following members.

Constructors
 NameDescription
Public methodIndTransferSchemeInitializes a new instance of the IndTransferScheme class
Public methodIndTransferScheme(IndSettings)Initializes a new instance of the IndTransferScheme class
Public methodIndTransferScheme(String)Initializes a new instance of the IndTransferScheme class
Top
Properties
 NameDescription
Public propertySettings Gets the tranfer settings.
Top
Operators
 NameDescription
Public operatorStatic member(String to IndTransferScheme) Defines an implicit conversion of a String object to a IndTransferScheme object.
Top
See Also