Class SaleCollection.IdxProjectId
Class representing index 'IDXSaleProj_id'.
Inheritance
System.Object
SuperOffice.CRM.Entities.EntityIdxBase
SuperOffice.CRM.Entities.Sale.SaleIdxBase
SuperOffice.CRM.Entities.SaleCollection.SaleCollectionIdx
SuperOffice.CRM.Entities.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 |
---|---|---|
System.Int32 | projectId | Optional project reference |
Properties
ProjectId
Optional project reference
Declaration
public int ProjectId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)