Class TargetRevisionHistoryRows.IdxTargetGroupId
Class representing index 'IDXTarget_revision_historyTar'.
Inheritance
TargetRevisionHistoryRows.IdxTargetGroupId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TargetRevisionHistoryRows.IdxTargetGroupId : TargetRevisionHistoryRows.TargetRevisionHistoryRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTargetGroupId(int)
Constructor for class TargetRevisionHistoryRows.IdxTargetGroupId This class represents index 'IDXTarget_revision_historyTarget_group_id'.
Declaration
public IdxTargetGroupId(int targetGroupId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | targetGroupId |
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
TargetGroupId
The group id - but it may not still exist
Declaration
public int TargetGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the TargetRevisionHistoryRow 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 TargetRevisionHistoryRow. |