Class FormAdapter
- Namespace
- MES.MQC.UtilityLibrary.Form.Models
- Assembly
- MES.MQC.UtilityLibrary.dll
public abstract class FormAdapter : IFormAdapter
- Inheritance
-
FormAdapter
- Implements
- Inherited Members
Properties
Description
public abstract string Description { get; }
Property Value
Name
public abstract string Name { get; }
Property Value
Methods
ExecuteCachedInForm<T>(IFormContext<Form>, object[], Func<T>)
public T ExecuteCachedInForm<T>(IFormContext<Form> context, object[] arguments, Func<T> lambda)
Parameters
contextIFormContext<Form>argumentsobject[]lambdaFunc<T>
Returns
- T
Type Parameters
T