Class TableLayoutManager
Inheritance
System.Object
TableLayoutManager
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: 13.30.0Syntax
public class TableLayoutManager
Constructors
TableLayoutManager(List<TableLayoutDataItem>)
Declaration
public TableLayoutManager(List<TableLayoutDataItem> dataItems)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<TableLayoutDataItem> | dataItems |
Properties
DataItems
Declaration
public List<TableLayoutDataItem> DataItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TableLayoutDataItem> |
Methods
GetTableItem(Guid)
Declaration
public TableLayoutDataItem GetTableItem(Guid uid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | uid |
Returns
Type | Description |
---|---|
TableLayoutDataItem |
MoveTableLayoutItemDown(Guid)
Declaration
public void MoveTableLayoutItemDown(Guid uid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | uid |
MoveTableLayoutItemLeft(Guid)
Declaration
public void MoveTableLayoutItemLeft(Guid uid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | uid |
MoveTableLayoutItemRight(Guid)
Declaration
public void MoveTableLayoutItemRight(Guid uid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | uid |
MoveTableLayoutItemUp(Guid)
Declaration
public void MoveTableLayoutItemUp(Guid uid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | uid |
RemoveTableLayoutItem(Guid)
Declaration
public void RemoveTableLayoutItem(Guid uid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | uid |