Class SaleCollection.SaleCollectionIdx
Base class for the index facades.
Inheritance
SaleCollection.SaleCollectionIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class SaleCollectionIdx : Sale.SaleIdxBase, ISentryIgnorable
Constructors
SaleCollectionIdx(SaleRows.SaleRowsIdx)
Constructor for the index facades.
Declaration
protected SaleCollectionIdx(SaleRows.SaleRowsIdx idx)
Parameters
Type | Name | Description |
---|---|---|
SaleRows.SaleRowsIdx | idx | Index for the SaleRows object |
Properties
IsDistinct
Flag indicating that the Select-command is DISTINCT.
Declaration
public virtual bool IsDistinct { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ToSaleCollection()
Operator retrieving an object assignable to SaleCollection based upon the index.
Declaration
public SaleCollection ToSaleCollection()
Returns
Type | Description |
---|---|
SaleCollection | Instance of an object assignable to SaleCollection based upon the value of the index. |
Operators
Implicit(SaleCollection.SaleCollectionIdx to SaleCollection)
Operator retrieving an object assignable to SaleCollection based upon the index.
Declaration
public static implicit operator SaleCollection(SaleCollection.SaleCollectionIdx idx)
Parameters
Type | Name | Description |
---|---|---|
SaleCollection.SaleCollectionIdx | idx | The index the SaleCollection represents |
Returns
Type | Description |
---|---|
SaleCollection | Instance of an object assignable to SaleCollection based upon the value of the index. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)