Class ContextBase
- Namespace
- MES.MQC.DataSourceLibrary.Context
- Assembly
- MES.MQC.DataSourceLibrary.dll
public abstract class ContextBase
- Inheritance
-
ContextBase
- Derived
- Inherited Members
Properties
AppDataPath
App data path for temp files.
public string AppDataPath { get; }
Property Value
MessageBag
Message bag, where errors and warnings can be thrown.
public MessageBag MessageBag { get; }
Property Value
ProgressManager
Progress service, where tasks can be started, progress can be reported and cancel can be checked.
public IProgressManager ProgressManager { get; set; }