Class Sale.SaleIdx
Base class for the index facades.
Inheritance
Sale.SaleIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class SaleIdx : Sale.SaleIdxBase, ISentryIgnorable
Constructors
SaleIdx(SaleRow.SaleRowIdx)
Constructor for the index facades.
Declaration
protected SaleIdx(SaleRow.SaleRowIdx idx)
Parameters
Type | Name | Description |
---|---|---|
SaleRow.SaleRowIdx | idx | Index for the SaleRow object |
Methods
ToSale()
Operator retrieving an object assignable to Sale based upon the index.
Declaration
public Sale ToSale()
Returns
Type | Description |
---|---|
Sale | Instance of an object assignable to Sale based upon the value of the index. |
Operators
Implicit(Sale.SaleIdx to Sale)
Operator retrieving an object assignable to Sale based upon the index.
Declaration
public static implicit operator Sale(Sale.SaleIdx idx)
Parameters
Type | Name | Description |
---|---|---|
Sale.SaleIdx | idx | The index the Sale represents |
Returns
Type | Description |
---|---|
Sale | Instance of an object assignable to Sale based upon the value of the index. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)