Class FormRow
Represents .
Inheritance
System.Object
FormRow
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 FormRow : IXmlSerializable
Constructors
FormRow()
Initializes a new instance of the FormRow class.
Declaration
public FormRow()
Properties
Cells
Gets or sets the cells.
Declaration
public List<FormCell> Cells { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FormCell> | The cells. |
Implements
System.Xml.Serialization.IXmlSerializable