Class LoadConfigFile#

Namespace: Aeon.Acquisition
Assembly: Aeon.Acquisition.dll

public class LoadConfigFile : Source<Dictionary<string, string>>

Inheritance#

object ← Source<Dictionary<string, string>> ← LoadConfigFile

Inherited Members#

Source<Dictionary<string, string>>.Generate(), object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Properties#

FileName#

[FileNameFilter("Config file (*.config)|*.config|YAML file (*.yaml;*.yml)|*.yaml;*.yml|JSON file (*.json)|*.json|All Files|*.*")]
public string FileName { get; set; }

Property Value#

string

Methods#

Generate()#

Generates an observable sequence of data elements.

public override IObservable<Dictionary<string, string>> Generate()

Returns#

IObservable<Dictionary<string, string>>

An observable sequence of data elements of type .