Class SaleTypeCatGroupLinkRow.IdxSaleTypeCatGroupLinkId
Class representing index 'IDXSaleTypeCatGLId'.
Inheritance
IdxBase
IdxBase<SaleTypeCatGroupLinkTableInfo>
SaleTypeCatGroupLinkRow.SaleTypeCatGroupLinkRowIdxBase
SaleTypeCatGroupLinkRow.SaleTypeCatGroupLinkRowIdx
SaleTypeCatGroupLinkRow.IdxSaleTypeCatGroupLinkId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class IdxSaleTypeCatGroupLinkId : SaleTypeCatGroupLinkRow.SaleTypeCatGroupLinkRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxSaleTypeCatGroupLinkId(Int32)
Constructor for class SaleTypeCatGroupLink.IdxSaleTypeCatGroupLinkId This class represents index 'IDXSaleTypeCatGLId'.
Declaration
public IdxSaleTypeCatGroupLinkId(int saleTypeCatGroupLinkId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | saleTypeCatGroupLinkId |
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 SaleTypeCatGroupLinkRow 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 SaleTypeCatGroupLinkRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)