Class RelationsRows.IdxDestinationRecord
Class representing index 'IDXRelDestination_record'.
Inheritance
RelationsRows.IdxDestinationRecord
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class RelationsRows.IdxDestinationRecord : RelationsRows.RelationsRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxDestinationRecord(int)
Constructor for class RelationsRows.IdxDestinationRecord This class represents index 'IDXRelDestination_record'.
Declaration
public IdxDestinationRecord(int destinationRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| int | destinationRecord |
Properties
DestinationRecord
Actual target record
Declaration
public int DestinationRecord { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
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 RelationsRow 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 RelationsRow. |