Class SaleCollection.IdxProjectId
Class representing index 'IDXSaleProj_id'.
Inheritance
EntityIdxBase
Sale.SaleIdxBase
SaleCollection.SaleCollectionIdx
SaleCollection.SaleCollectionIdx<SaleRows.IdxProjectId>
SaleCollection.IdxProjectId
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxProjectId : SaleCollection.SaleCollectionIdx<SaleRows.IdxProjectId>, ISentryIgnorable
Constructors
IdxProjectId(Int32)
Constructor for class SaleCollection.IdxProjectId This class represents index 'IDXSaleProj_id'.
Declaration
public IdxProjectId(int projectId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | projectId | Optional project reference |
Properties
ProjectId
Optional project reference
Declaration
public int ProjectId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)