Class PersonCollection.IdxUserdefId
Class representing index 'IDXPersUdef_id'.
Inheritance
EntityIdxBase
Person.PersonIdxBase
PersonCollection.PersonCollectionIdx
PersonCollection.PersonCollectionIdx<PersonRows.IdxUserdefId>
PersonCollection.IdxUserdefId
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxUserdefId : PersonCollection.PersonCollectionIdx<PersonRows.IdxUserdefId>, ISentryIgnorable
Constructors
IdxUserdefId(Int32)
Constructor for class PersonCollection.IdxUserdefId This class represents index 'IDXPersUdef_id'.
Declaration
public IdxUserdefId(int userdefId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | userdefId | User defined table record 1 |
Properties
UserdefId
User defined table record 1
Declaration
public int UserdefId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)