Click or drag to resize

BinaryFileConfigurationLoader Class

Represents a configuration loader that gets its configuration from a binary file.
Inheritance Hierarchy
SystemObject
  GSF.TimeSeries.ConfigurationConfigurationLoaderBase
    GSF.TimeSeries.ConfigurationBinaryFileConfigurationLoader

Namespace: GSF.TimeSeries.Configuration
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public class BinaryFileConfigurationLoader : ConfigurationLoaderBase
View Source

The BinaryFileConfigurationLoader type exposes the following members.

Constructors
 NameDescription
Public methodBinaryFileConfigurationLoaderInitializes a new instance of the BinaryFileConfigurationLoader class
Top
Properties
 NameDescription
Public propertyCanAugment Gets the flag that indicates whether augmentation is supported by this configuration loader.
(Overrides ConfigurationLoaderBaseCanAugment)
Public propertyFilePath Gets or sets the path to the binary file.
Protected propertyLog Log messages generated by an adapter.
(Inherited from ConfigurationLoaderBase)
Top
Methods
 NameDescription
Public methodAugment Not supported.
(Overrides ConfigurationLoaderBaseAugment(DataSet))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoad Loads the entire configuration data set from scratch.
(Overrides ConfigurationLoaderBaseLoad)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnProcessException Raises the ProcessException event.
(Inherited from ConfigurationLoaderBase)
Protected methodOnStatusMessage Raises the StatusMessage event and sends this data to the Logger.
(Inherited from ConfigurationLoaderBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventProcessException Occurs when the configuration loader encounters a non-catastrophic exception.
(Inherited from ConfigurationLoaderBase)
Public eventStatusMessage Occurs when the configuration loader has a message to provide about its current status.
(Inherited from ConfigurationLoaderBase)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also