Class ForeignKeyRows.IdxSubvalue
Class representing index 'IDXFkKeySubvalue'.
Inheritance
ForeignKeyRows.IdxSubvalue
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxSubvalue : ForeignKeyRows.ForeignKeyRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSubvalue(String)
Constructor for class ForeignKeyRows.IdxSubvalue This class represents index 'IDXFkKeySubvalue'.
Declaration
public IdxSubvalue(string subvalue)
Parameters
Type | Name | Description |
---|---|---|
String | subvalue |
IdxSubvalue(String, StringSearchType)
Constructor for class ForeignKeyRows.IdxSubvalue This class represents index 'IDXFkKeySubvalue'.
Declaration
public IdxSubvalue(string subvalue, StringSearchType subvalueSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | subvalue | |
StringSearchType | subvalueSearchType | How to search for Subvalue |
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
Subvalue
Key value
Declaration
public string Subvalue { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
UpdateRow(TableRowBase)
Update the ForeignKeyRow 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 ForeignKeyRow. |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)