Click or drag to resize

ConfigurationLoaderBase Class

Represents a base class for IConfigurationLoader implementations.
Inheritance Hierarchy

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

The ConfigurationLoaderBase type exposes the following members.

Constructors
 NameDescription
Protected methodConfigurationLoaderBase Creates a new ConfigurationLoaderBase instance.
Top
Properties
 NameDescription
Public propertyCanAugment Gets the flag that indicates whether augmentation is supported by this configuration loader.
Protected propertyLog Log messages generated by an adapter.
Top
Methods
 NameDescription
Public methodAugment Augments the given configuration data set with the changes tracked since the version of the given configuration data set.
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.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnProcessException Raises the ProcessException event.
Protected methodOnStatusMessage Raises the StatusMessage event and sends this data to the Logger.
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.
Public eventStatusMessage Occurs when the configuration loader has a message to provide about its current status.
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