Class UDPersonLargeRows.IdxString41
Class representing index 'IDXUdpersLargeString41'.
Inheritance
UDPersonLargeRows.IdxString41
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class UDPersonLargeRows.IdxString41 : UDPersonLargeRows.UDPersonLargeRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxString41(string)
Constructor for class UDPersonLargeRows.IdxString41 This class represents index 'IDXUdpersLargeString41'.
Declaration
public IdxString41(string string41)
Parameters
| Type | Name | Description |
|---|---|---|
| string | string41 |
IdxString41(string, StringSearchType)
Constructor for class UDPersonLargeRows.IdxString41 This class represents index 'IDXUdpersLargeString41'.
Declaration
public IdxString41(string string41, StringSearchType string41SearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | string41 | |
| StringSearchType | string41SearchType | How to search for String41 |
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
String41
string value 41, indexed
Declaration
public string String41 { 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. |