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