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
formFormappDataPathstringprogressManagerIProgressManager
Properties
AppDataPath
public string AppDataPath { get; }
Property Value
Form
public Form Form { get; }
Property Value
MessageBag
public MessageBag MessageBag { get; }
Property Value
ProgressManager
public IProgressManager ProgressManager { get; }