Class Person.PersonIdx<TIdx>
Inheritance
Person.PersonIdx<TIdx>
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class PersonIdx<TIdx> : Person.PersonIdx, ISentryIgnorable where TIdx : PersonRow.PersonRowIdx
Type Parameters
Name | Description |
---|---|
TIdx |
Constructors
PersonIdx(TIdx)
Declaration
protected PersonIdx(TIdx idx)
Parameters
Type | Name | Description |
---|---|---|
TIdx | idx |
Properties
RowIdx
Declaration
public TIdx RowIdx { get; }
Property Value
Type | Description |
---|---|
TIdx |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)