Class UDPersonLargeRows.IdxString43
Class representing index 'IDXUdpersLargeString43'.
Inheritance
UDPersonLargeRows.IdxString43
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class UDPersonLargeRows.IdxString43 : UDPersonLargeRows.UDPersonLargeRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxString43(string)
Constructor for class UDPersonLargeRows.IdxString43 This class represents index 'IDXUdpersLargeString43'.
Declaration
public IdxString43(string string43)
Parameters
| Type | Name | Description |
|---|---|---|
| string | string43 |
IdxString43(string, StringSearchType)
Constructor for class UDPersonLargeRows.IdxString43 This class represents index 'IDXUdpersLargeString43'.
Declaration
public IdxString43(string string43, StringSearchType string43SearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | string43 | |
| StringSearchType | string43SearchType | How to search for String43 |
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
String43
string value 43, indexed
Declaration
public string String43 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
UpdateRow(TableRowBase)
Update the UDPersonLargeRow 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 UDPersonLargeRow. |