Table of Contents

Class AugmenterBase<TExportConnector, TFieldAttribute>

Namespace
MES.MQC.ExportLibrary.Models.Forms.Augmenters
Assembly
MES.MQC.ExportLibrary.dll
public abstract class AugmenterBase<TExportConnector, TFieldAttribute> : FormFieldAugmenter<TExportConnector, TFieldAttribute>, IFormFieldAssistant where TExportConnector : IExportConnector where TFieldAttribute : FieldAttributeBase

Type Parameters

TExportConnector
TFieldAttribute
Inheritance
FormFieldAssistantBase<TExportConnector>
FormFieldAugmenter<TExportConnector, TFieldAttribute>
AugmenterBase<TExportConnector, TFieldAttribute>
Implements
Derived
Inherited Members

Properties

ExportContext

[JsonIgnore]
protected ExportConnectorContext<Form> ExportContext { get; }

Property Value

ExportConnectorContext<Form>