Class SaleHistRows.IdxNumber1
Class representing index 'IDXSaleHistNum1'.
Inheritance
IdxBase
IdxBase<SaleHistTableInfo>
SaleHistRow.SaleHistRowIdxBase
SaleHistRows.SaleHistRowsIdx
SaleHistRows.IdxNumber1
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxNumber1 : SaleHistRows.SaleHistRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxNumber1(String)
Constructor for class SaleHistRows.IdxNumber1 This class represents index 'IDXSaleHistNum1'.
Declaration
public IdxNumber1(string number1)
Parameters
Type | Name | Description |
---|---|---|
String | number1 |
IdxNumber1(String, StringSearchType)
Constructor for class SaleHistRows.IdxNumber1 This class represents index 'IDXSaleHistNum1'.
Declaration
public IdxNumber1(string number1, StringSearchType number1SearchType)
Parameters
Type | Name | Description |
---|---|---|
String | number1 | |
StringSearchType | number1SearchType | How to search for Number1 |
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
Number1
Alphanumeric user field
Declaration
public string Number1 { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
UpdateRow(TableRowBase)
Update the SaleHistRow 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 SaleHistRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)