Class SORFCTRows.IdxSORSectionId
Class representing index 'IDXSORFCTSORSection_id'.
Inheritance
SORFCTRows.IdxSORSectionId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class SORFCTRows.IdxSORSectionId : SORFCTRows.SORFCTRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSORSectionId(int)
Constructor for class SORFCTRows.IdxSORSectionId This class represents index 'IDXSORFCTSORSection_id'.
Declaration
public IdxSORSectionId(int sORSectionId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | 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 |
|---|---|
| int |
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. |