Class DashboardTileDefinitionRows.IdxEntityType
Class representing index 'IDXDashboard_tile_definitionE'.
Inheritance
IdxBase
IdxBase<DashboardTileDefinitionTableInfo>
DashboardTileDefinitionRow.DashboardTileDefinitionRowIdxBase
DashboardTileDefinitionRows.DashboardTileDefinitionRowsIdx
DashboardTileDefinitionRows.IdxEntityType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxEntityType : DashboardTileDefinitionRows.DashboardTileDefinitionRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxEntityType(DashTileEntityType)
Constructor for class DashboardTileDefinitionRows.IdxEntityType This class represents index 'IDXDashboard_tile_definitionEntity_type'.
Declaration
public IdxEntityType(DashTileEntityType entityType)
Parameters
Type | Name | Description |
---|---|---|
DashTileEntityType | entityType |
Properties
EntityType
Dashboard entity type
Declaration
public DashTileEntityType EntityType { get; set; }
Property Value
Type | Description |
---|---|
DashTileEntityType |
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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)