Class PersonRows.IdxPersonNumber
Class representing index 'IDXPersPnum'.
Inheritance
PersonRows.IdxPersonNumber
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class PersonRows.IdxPersonNumber : PersonRows.PersonRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxPersonNumber(string)
Constructor for class PersonRows.IdxPersonNumber This class represents index 'IDXPersPnum'.
Declaration
public IdxPersonNumber(string personNumber)
Parameters
Type | Name | Description |
---|---|---|
string | personNumber |
IdxPersonNumber(string, StringSearchType)
Constructor for class PersonRows.IdxPersonNumber This class represents index 'IDXPersPnum'.
Declaration
public IdxPersonNumber(string personNumber, StringSearchType personNumberSearchType)
Parameters
Type | Name | Description |
---|---|---|
string | personNumber | |
StringSearchType | personNumberSearchType | How to search for PersonNumber |
Properties
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
Type | Description |
---|---|
Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
PersonNumber
Alphanumeric user field
Declaration
public string PersonNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
UpdateRow(TableRowBase)
Update the PersonRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
Type | Name | Description |
---|---|---|
TableRowBase | baseRow | The row to update. This must be an instance of PersonRow. |