Class TargetDimensionRows.IdxEntityType
Class representing index 'IDXTarget_dimensionEntity_typ'.
Inheritance
IdxBase
IdxBase<TargetDimensionTableInfo>
TargetDimensionRow.TargetDimensionRowIdxBase
TargetDimensionRows.TargetDimensionRowsIdx
TargetDimensionRows.IdxEntityType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxEntityType : TargetDimensionRows.TargetDimensionRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxEntityType(TargetEntityType)
Constructor for class TargetDimensionRows.IdxEntityType This class represents index 'IDXTarget_dimensionEntity_type'.
Declaration
public IdxEntityType(TargetEntityType entityType)
Parameters
Type | Name | Description |
---|---|---|
TargetEntityType | entityType |
Properties
EntityType
Entity type for this set of targets (Sale, Project, Selection, Appointment...)
Declaration
public TargetEntityType EntityType { get; set; }
Property Value
Type | Description |
---|---|
TargetEntityType |
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 TargetDimensionRow 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 TargetDimensionRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)