Class PersonCollection.IdxPersonNumber
Class representing index 'IDXPersPnum'.
Inheritance
EntityIdxBase
Person.PersonIdxBase
PersonCollection.PersonCollectionIdx
PersonCollection.PersonCollectionIdx<PersonRows.IdxPersonNumber>
PersonCollection.IdxPersonNumber
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxPersonNumber : PersonCollection.PersonCollectionIdx<PersonRows.IdxPersonNumber>, ISentryIgnorable
Constructors
IdxPersonNumber(String)
Constructor for class PersonCollection.IdxPersonNumber This class represents index 'IDXPersPnum'.
Declaration
public IdxPersonNumber(string personNumber)
Parameters
Type | Name | Description |
---|---|---|
String | personNumber | Alphanumeric user field |
IdxPersonNumber(String, StringSearchType)
Constructor for class PersonCollection.IdxPersonNumber This class represents index 'IDXPersPnum'.
Declaration
public IdxPersonNumber(string personNumber, StringSearchType personNumberSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | personNumber | Alphanumeric user field |
StringSearchType | personNumberSearchType | How to search for personNumber |
Properties
PersonNumber
Alphanumeric user field
Declaration
public string PersonNumber { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)