Class PersonCollection.IdxPersonNumber
Class representing index 'IDXPersPnum'.
Inheritance
PersonCollection.IdxPersonNumber
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class PersonCollection.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 |