Class BaseConfiguration
- Namespace
- MASES.DataDistributionManager.Bindings
- Assembly
- DataDistributionManagerNet.dll
The base configuration class
public abstract class BaseConfiguration : IConfiguration, INotifyPropertyChanged
- Inheritance
-
BaseConfiguration
- Implements
- Derived
- Inherited Members
Properties
Configuration
The configuration parameters to use written as key=value
public virtual string[] Configuration { get; }
Property Value
- string[]
The list of key/value pairs
Methods
CheckConfiguration()
Checks the configuration for mandatory information
protected virtual void CheckConfiguration()
EmitPropertyChanged(string)
Emits PropertyChanged
protected void EmitPropertyChanged(string propertyName)
Parameters
propertyName
stringProperty changed
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged