Table of Contents

Class FormAttribute

Namespace
MES.MQC.UtilityLibrary.Form.Attributes
Assembly
MES.MQC.UtilityLibrary.dll
[AttributeUsage(AttributeTargets.Class)]
public class FormAttribute : Attribute, _Attribute
Inheritance
FormAttribute
Implements
Inherited Members

Properties

AdapterType

public Type AdapterType { get; set; }

Property Value

Type

AlwaysAddDeleteColumn

public bool AlwaysAddDeleteColumn { get; set; }

Property Value

bool

Description

public string Description { get; set; }

Property Value

string

Layout

public FormLayout Layout { get; set; }

Property Value

FormLayout

Name

public string Name { get; set; }

Property Value

string

Preview

public string Preview { get; set; }

Property Value

string

ShowTableBorder

public bool ShowTableBorder { get; set; }

Property Value

bool

ShowTableHeader

public bool ShowTableHeader { get; set; }

Property Value

bool

TableSize

public string TableSize { get; set; }

Property Value

string

TitleFields

public string[] TitleFields { get; set; }

Property Value

string[]

VerticalLabelHeaderForTableSubFormField

public string VerticalLabelHeaderForTableSubFormField { get; set; }

Property Value

string

Methods

CreateAdapter()

public IFormAdapter CreateAdapter()

Returns

IFormAdapter