SaaS CMS has officially launched! Learn more now.

Class SmartTableLayoutDataItem

Inheritance
System.Object
SmartTableLayoutDataItem
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
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class SmartTableLayoutDataItem

Constructors

SmartTableLayoutDataItem()

Declaration
public SmartTableLayoutDataItem()

SmartTableLayoutDataItem(Int32, Int32, Int32, Int32)

Declaration
public SmartTableLayoutDataItem(int rowIndex, int itemIndex, int rowSpan, int colSpan)
Parameters
Type Name Description
System.Int32 rowIndex
System.Int32 itemIndex
System.Int32 rowSpan
System.Int32 colSpan

SmartTableLayoutDataItem(Int32, Int32, Int32, Int32, String)

Declaration
public SmartTableLayoutDataItem(int rowIndex, int itemIndex, int rowSpan, int colSpan, string title)
Parameters
Type Name Description
System.Int32 rowIndex
System.Int32 itemIndex
System.Int32 rowSpan
System.Int32 colSpan
System.String title

Properties

ColSpan

Count of Section columns For Field

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

ItemIndex

Number of cell (horizontal), where Item begins (from 1)

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

RowIndex

Number of cell (vertical), where Field begins (from 1)

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

RowSpan

Count of Section Rows For Field

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

Title

Item Title

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

Uid

Item UID

Declaration
public Guid Uid { get; set; }
Property Value
Type Description
System.Guid