Table of Contents

Class AdapterContextBase

Namespace
MES.MQC.DataSourceLibrary.Adapters
Assembly
MES.MQC.DataSourceLibrary.dll
public abstract class AdapterContextBase
Inheritance
AdapterContextBase
Derived
Inherited Members

Properties

ImportFindings

Should the adapter import findings?

public bool ImportFindings { get; }

Property Value

bool

MessageBag

Message bag, where errors and warnings can be thrown.

public AdapterMessageBag MessageBag { get; }

Property Value

AdapterMessageBag