Class Person.IdxPersonId
Class representing index 'IDXPersId'.
Inheritance
Person.IdxPersonId
Implements
Inherited Members
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)