Class FormCell
Represents .
Inheritance
System.Object
FormCell
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 FormCell : IXmlSerializable
Constructors
FormCell()
Initializes a new instance of the FormCell class.
Declaration
public FormCell()
FormCell(String)
Initializes a new instance of the FormCell class.
Declaration
public FormCell(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
FormCell(String, Int32)
Initializes a new instance of the FormCell class.
Declaration
public FormCell(string name, int colSpan)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
System.Int32 | colSpan | The col span. |
Properties
ColSpan
Gets or sets the col span.
Declaration
public int ColSpan { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The col span. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Sections
Gets or sets the sections.
Declaration
public List<FormSection> Sections { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FormSection> | The sections. |
Implements
System.Xml.Serialization.IXmlSerializable