Class UDAppntLargeRows.IdxString43
Class representing index 'IDXUdAppntLargeString43'.
Inheritance
IdxBase
IdxBase<UDAppntLargeTableInfo>
UDAppntLargeRow.UDAppntLargeRowIdxBase
UDAppntLargeRows.UDAppntLargeRowsIdx
UDAppntLargeRows.IdxString43
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxString43 : UDAppntLargeRows.UDAppntLargeRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxString43(String)
Constructor for class UDAppntLargeRows.IdxString43 This class represents index 'IDXUdAppntLargeString43'.
Declaration
public IdxString43(string string43)
Parameters
Type | Name | Description |
---|---|---|
String | string43 |
IdxString43(String, StringSearchType)
Constructor for class UDAppntLargeRows.IdxString43 This class represents index 'IDXUdAppntLargeString43'.
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 UDAppntLargeRow 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 UDAppntLargeRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)