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