Table of Contents

Class FormContext

Namespace
MES.MQC.UtilityLibrary.Form.Models
Assembly
MES.MQC.UtilityLibrary.dll
public class FormContext : IFormContext<Form>
Inheritance
FormContext
Implements
Inherited Members

Constructors

FormContext(Form, string, IProgressManager)

public FormContext(Form form, string appDataPath = null, IProgressManager progressManager = null)

Parameters

form Form
appDataPath string
progressManager IProgressManager

Properties

AppDataPath

public string AppDataPath { get; }

Property Value

string

Form

public Form Form { get; }

Property Value

Form

MessageBag

public MessageBag MessageBag { get; }

Property Value

MessageBag

ProgressManager

public IProgressManager ProgressManager { get; }

Property Value

IProgressManager