Class AreaRows.IdxParentAreaId
Class representing index 'IDXAreaParent_area_id'.
Inheritance
AreaRows.IdxParentAreaId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class AreaRows.IdxParentAreaId : AreaRows.AreaRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxParentAreaId(int)
Constructor for class AreaRows.IdxParentAreaId This class represents index 'IDXAreaParent_area_id'.
Declaration
public IdxParentAreaId(int parentAreaId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | parentAreaId |
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
ParentAreaId
Reserved/not implemented: for subareas, travel from satellite, maybe future multi-level satellites
Declaration
public int ParentAreaId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the AreaRow 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 AreaRow. |