Class SORFCTRows.IdxSORSectionId
Class representing index 'IDXSORFCTSORSection_id'.
Inheritance
IdxBase
IdxBase<SORFCTTableInfo>
SORFCTRow.SORFCTRowIdxBase
SORFCTRows.SORFCTRowsIdx
SORFCTRows.IdxSORSectionId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxSORSectionId : SORFCTRows.SORFCTRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSORSectionId(Int32)
Constructor for class SORFCTRows.IdxSORSectionId This class represents index 'IDXSORFCTSORSection_id'.
Declaration
public IdxSORSectionId(int sORSectionId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | sORSectionId |
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
SORSectionId
Foreign key to Section
Declaration
public int SORSectionId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
UpdateRow(TableRowBase)
Update the SORFCTRow 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 SORFCTRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)