Class Person.IdxPersonId
Class representing index 'IDXPersId'.
Inheritance
EntityIdxBase
Person.PersonIdxBase
Person.PersonIdx
Person.PersonIdx<PersonRow.IdxPersonId>
Person.IdxPersonId
Implements
Inherited Members
Person.PersonIdx<PersonRow.IdxPersonId>.RowIdx
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxPersonId : Person.PersonIdx<PersonRow.IdxPersonId>, ISentryIgnorable
Constructors
IdxPersonId(Int32)
Constructor for class Person.IdxPersonId This class represents index 'IDXPersId'.
Declaration
public IdxPersonId(int personId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | personId | Primary key |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)