Click or drag to resize

SessionSettings Class

Provides serialization of configuration parameters from session files.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsSessionSettings

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public class SessionSettings

The SessionSettings type exposes the following members.

Constructors
  NameDescription
Public methodSessionSettings
Initializes a new instance of the SessionSettings class
Top
Properties
  NameDescription
Public propertyAttributes
Gets or sets the attribute related settings.
Public propertyConnection
Gets or sets the connection related settings.
Public propertyIsModified
Gets a value that indicates whether any setting has been modified.
Top
Methods
  NameDescription
Public methodSave
Saves the settings to the specified file.
Top
See Also