Class UDContactLargeRows.IdxString43
Class representing index 'IDXUdcontLargeString43'.
Inheritance
UDContactLargeRows.IdxString43
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class UDContactLargeRows.IdxString43 : UDContactLargeRows.UDContactLargeRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxString43(string)
Constructor for class UDContactLargeRows.IdxString43 This class represents index 'IDXUdcontLargeString43'.
Declaration
public IdxString43(string string43)
Parameters
Type | Name | Description |
---|---|---|
string | string43 |
IdxString43(string, StringSearchType)
Constructor for class UDContactLargeRows.IdxString43 This class represents index 'IDXUdcontLargeString43'.
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 UDContactLargeRow 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 UDContactLargeRow. |