Class GetDataPath#

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

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class GetDataPath

Inheritance#

objectGetDataPath

Inherited Members#

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Properties#

DataPath#

public string DataPath { get; set; }

Property Value#

string

FallbackPath#

public string FallbackPath { get; set; }

Property Value#

string

Methods#

Process(IObservable<IRepository>)#

public IObservable<string> Process(IObservable<IRepository> source)

Parameters#

source IObservable<IRepository>

Returns#

IObservable<string>