Click or drag to resize

StandAloneCardSettings Class

Class for storing stand alone configuration.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.ConfigurationStandAloneCardSettings

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public class StandAloneCardSettings

The StandAloneCardSettings type exposes the following members.

Constructors
 NameDescription
Public methodStandAloneCardSettingsInitializes a new instance of the StandAloneCardSettings class
Top
Properties
 NameDescription
Public propertyIsDirty True if the configuration was changed, but not sent to the card.
Public propertyIsEnabled Enables stand alone mode.
Public propertyLastUsedConfigName name of the last used configuration.
Public propertyTimeStamps Mapping from job path to last upload date.
Top
Methods
 NameDescription
Public methodCopyFrom Copies settings from provided source.
Top
See Also