Table of Contents

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

string

Name

public abstract string Name { get; }

Property Value

string

Methods

ExecuteCachedInForm<T>(IFormContext<Form>, object[], Func<T>)

public T ExecuteCachedInForm<T>(IFormContext<Form> context, object[] arguments, Func<T> lambda)

Parameters

context IFormContext<Form>
arguments object[]
lambda Func<T>

Returns

T

Type Parameters

T