Class ContactRows.IdxNumber2
Class representing index 'IDXContNum2'.
Inheritance
ContactRows.IdxNumber2
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ContactRows.IdxNumber2 : ContactRows.ContactRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxNumber2(string)
Constructor for class ContactRows.IdxNumber2 This class represents index 'IDXContNum2'.
Declaration
public IdxNumber2(string number2)
Parameters
| Type | Name | Description |
|---|---|---|
| string | number2 |
IdxNumber2(string, StringSearchType)
Constructor for class ContactRows.IdxNumber2 This class represents index 'IDXContNum2'.
Declaration
public IdxNumber2(string number2, StringSearchType number2SearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | number2 | |
| StringSearchType | number2SearchType | How to search for Number2 |
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
Number2
Alphanumeric user field
Declaration
public string Number2 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
UpdateRow(TableRowBase)
Update the ContactRow 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 ContactRow. |