Class PersonCollection.IdxBusinessIdx
Class representing index 'IDXPersBusn_idx'.
Inheritance
PersonCollection.IdxBusinessIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxBusinessIdx : PersonCollection.PersonCollectionIdx<PersonRows.IdxBusinessIdx>, ISentryIgnorable
Constructors
IdxBusinessIdx(Int32)
Constructor for class PersonCollection.IdxBusinessIdx This class represents index 'IDXPersBusn_idx'.
Declaration
public IdxBusinessIdx(int businessIdx)
Parameters
Type | Name | Description |
---|---|---|
Int32 | businessIdx | Business if this is a B2C person, otherwise mirror of contact.business_idx |
Properties
BusinessIdx
Business if this is a B2C person, otherwise mirror of contact.business_idx
Declaration
public int BusinessIdx { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)