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
AlwaysAddDeleteColumn
public bool AlwaysAddDeleteColumn { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Layout
public FormLayout Layout { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Preview
public string Preview { get; set; }
Property Value
ShowTableBorder
public bool ShowTableBorder { get; set; }
Property Value
ShowTableHeader
public bool ShowTableHeader { get; set; }
Property Value
TableSize
public string TableSize { get; set; }
Property Value
TitleFields
public string[] TitleFields { get; set; }
Property Value
- string[]
VerticalLabelHeaderForTableSubFormField
public string VerticalLabelHeaderForTableSubFormField { get; set; }
Property Value
Methods
CreateAdapter()
public IFormAdapter CreateAdapter()