Class UDPersonLargeRows.IdxString41
Class representing index 'IDXUdpersLargeString41'.
Inheritance
IdxBase
IdxBase<UDPersonLargeTableInfo>
UDPersonLargeRow.UDPersonLargeRowIdxBase
UDPersonLargeRows.UDPersonLargeRowsIdx
UDPersonLargeRows.IdxString41
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class 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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)