Class FormTable

Represents .

Inheritance
System.Object
FormTable
Implements
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.MetaForm
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class FormTable : IXmlSerializable

Constructors

FormTable()

Initializes a new instance of the FormTable class.

Declaration
public FormTable()

FormTable(String, String, Int32)

Initializes a new instance of the FormTable class.

Declaration
public FormTable(string width, string columns, int cellPadding)
Parameters
Type Name Description
System.String width

The width.

System.String columns

The columns.

System.Int32 cellPadding

The cell padding.

Properties

CellPadding

Gets or sets the cell padding.

Declaration
public int CellPadding { get; set; }
Property Value
Type Description
System.Int32

The cell padding.

Columns

Gets or sets the columns.

Declaration
public string Columns { get; set; }
Property Value
Type Description
System.String

The columns.

Rows

Declaration
public List<FormRow> Rows { get; set; }
Property Value
Type Description
System.Collections.Generic.List<FormRow>

Width

Gets or sets the width.

Declaration
public string Width { get; set; }
Property Value
Type Description
System.String

The width.

Implements

System.Xml.Serialization.IXmlSerializable