Class CounterValueRows.IdxSaleStatusAmountClassId
Class representing index 'ISale_statusAmountClassId'.
Inheritance
IdxBase
IdxBase<CounterValueTableInfo>
CounterValueRow.CounterValueRowIdxBase
CounterValueRows.CounterValueRowsIdx
CounterValueRows.IdxSaleStatusAmountClassId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxSaleStatusAmountClassId : CounterValueRows.CounterValueRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSaleStatusAmountClassId(SaleStatus, Int32)
Constructor for class CounterValueRows.IdxSaleStatusAmountClassId This class represents index 'ISale_statusAmountClassId'.
Declaration
public IdxSaleStatusAmountClassId(SaleStatus saleStatus, int amountClassId)
Parameters
Type | Name | Description |
---|---|---|
SaleStatus | saleStatus | |
Int32 | amountClassId |
Properties
AmountClassId
Sale amount class, for splitting sale counters by amounts
Declaration
public int AmountClassId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
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
SaleStatus
Sale status: 0 = Unknown, 1 = open, 2 = closed, 3 = lost, 4 = all sales
Declaration
public SaleStatus SaleStatus { get; set; }
Property Value
Type | Description |
---|---|
SaleStatus |
Methods
UpdateRow(TableRowBase)
Update the CounterValueRow 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 CounterValueRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)