Class ContactRows.IdxNumber2
Class representing index 'IDXContNum2'.
Inheritance
IdxBase
IdxBase<ContactTableInfo>
ContactRow.ContactRowIdxBase
ContactRows.ContactRowsIdx
ContactRows.IdxNumber2
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class 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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)