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