Class TargetDimensionRows.IdxSelectedDimensions
Class representing index 'IDXTarget_dimensionSelected_d'.
Inheritance
IdxBase
IdxBase<TargetDimensionTableInfo>
TargetDimensionRow.TargetDimensionRowIdxBase
TargetDimensionRows.TargetDimensionRowsIdx
TargetDimensionRows.IdxSelectedDimensions
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxSelectedDimensions : TargetDimensionRows.TargetDimensionRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSelectedDimensions(Int32[])
Constructor for class TargetDimensionRows.IdxSelectedDimensions This class represents index 'IDXTarget_dimensionSelected_dimensions'.
Declaration
public IdxSelectedDimensions(int[] selectedDimensions)
Parameters
Type | Name | Description |
---|---|---|
Int32[] | selectedDimensions |
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
SelectedDimensions
id's of the selected/wanted dimensions (what sale types or udef list lines that should be target dimensions)
Declaration
public int[] SelectedDimensions { get; set; }
Property Value
Type | Description |
---|---|
Int32[] |
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)