Class FormControl
Represents control of table layout document.
Inheritance
System.Object
FormControl
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.0Syntax
public class FormControl : IXmlSerializable
Constructors
FormControl()
Initializes a new instance of the FormControl class.
Declaration
public FormControl()
FormControl(String)
Initializes a new instance of the FormControl class.
Declaration
public FormControl(string controlType)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlType | Type of the control. |
Properties
Attributes
Gets or sets the attributes.
Declaration
public NameValueCollection Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Specialized.NameValueCollection | The attributes. |
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. |
Items
Gets the items.
Declaration
public List<FormItem> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FormItem> | The items. |
Property
Gets or sets the property.
Declaration
public FormControlProperty Property { get; set; }
Property Value
Type | Description |
---|---|
FormControlProperty | The property. |
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Source
Gets or sets the source.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The source. |
Type
Gets or sets the type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type. |
Uid
Gets or sets the uid.
Declaration
public string Uid { get; set; }
Property Value
Type | Description |
---|---|
System.String | The uid. |
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