Class UDDocLargeRows.IdxString44
Class representing index 'IDXUdDocLargeString44'.
Inheritance
IdxBase
IdxBase<UDDocLargeTableInfo>
UDDocLargeRow.UDDocLargeRowIdxBase
UDDocLargeRows.UDDocLargeRowsIdx
UDDocLargeRows.IdxString44
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxString44 : UDDocLargeRows.UDDocLargeRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxString44(String)
Constructor for class UDDocLargeRows.IdxString44 This class represents index 'IDXUdDocLargeString44'.
Declaration
public IdxString44(string string44)
Parameters
Type | Name | Description |
---|---|---|
String | string44 |
IdxString44(String, StringSearchType)
Constructor for class UDDocLargeRows.IdxString44 This class represents index 'IDXUdDocLargeString44'.
Declaration
public IdxString44(string string44, StringSearchType string44SearchType)
Parameters
Type | Name | Description |
---|---|---|
String | string44 | |
StringSearchType | string44SearchType | How to search for String44 |
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
String44
string value 44, indexed
Declaration
public string String44 { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
UpdateRow(TableRowBase)
Update the UDDocLargeRow 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 UDDocLargeRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)