Class DashboardTileRow.IdxDashboardTileId
Class representing index 'IDXDashboard_tileId'.
Inheritance
DashboardTileRow.IdxDashboardTileId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class IdxDashboardTileId : DashboardTileRow.DashboardTileRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxDashboardTileId(Int32)
Constructor for class DashboardTile.IdxDashboardTileId This class represents index 'IDXDashboard_tileId'.
Declaration
public IdxDashboardTileId(int dashboardTileId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | dashboardTileId |
Properties
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
Type | Description |
---|---|
Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
Methods
UpdateRow(TableRowBase)
Update the DashboardTileRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
Type | Name | Description |
---|---|---|
TableRowBase | baseRow | The row to update. This must be an instance of DashboardTileRow. |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)