Class DashboardTileDefinitionRow.IdxDashboardTileDefinitionId
Class representing index 'IDXDashboard_tile_definitionI'.
Inheritance
DashboardTileDefinitionRow.IdxDashboardTileDefinitionId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class DashboardTileDefinitionRow.IdxDashboardTileDefinitionId : DashboardTileDefinitionRow.DashboardTileDefinitionRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxDashboardTileDefinitionId(int)
Constructor for class DashboardTileDefinition.IdxDashboardTileDefinitionId This class represents index 'IDXDashboard_tile_definitionId'.
Declaration
public IdxDashboardTileDefinitionId(int dashboardTileDefinitionId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | dashboardTileDefinitionId |
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 DashboardTileDefinitionRow 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 DashboardTileDefinitionRow. |