Class DictionaryRows.IdxBaseId
Class representing index 'IDXDictionaryBase_id'.
Inheritance
DictionaryRows.IdxBaseId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxBaseId : DictionaryRows.DictionaryRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxBaseId(Int32)
Constructor for class DictionaryRows.IdxBaseId This class represents index 'IDXDictionaryBase_id'.
Declaration
public IdxBaseId(int baseId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | baseId |
Properties
BaseId
The reference to the dictionary base.
Declaration
public int BaseId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
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
Methods
UpdateRow(TableRowBase)
Update the DictionaryRow 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 DictionaryRow. |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)