Class AudienceLayoutLinkRows.IdxTargetTableTargetRecord
Class representing index 'ITargetTableTargetRecord'.
Inheritance
AudienceLayoutLinkRows.IdxTargetTableTargetRecord
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class AudienceLayoutLinkRows.IdxTargetTableTargetRecord : AudienceLayoutLinkRows.AudienceLayoutLinkRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTargetTableTargetRecord(short, int)
Constructor for class AudienceLayoutLinkRows.IdxTargetTableTargetRecord This class represents index 'ITargetTableTargetRecord'.
Declaration
public IdxTargetTableTargetRecord(short targetTable, int targetRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| short | targetTable | |
| int | targetRecord |
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
TargetRecord
ID of record in target table that this layout is valid for
Declaration
public int TargetRecord { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TargetTable
Table number of target table - entity that the layout is valid for
Declaration
public short TargetTable { get; set; }
Property Value
| Type | Description |
|---|---|
| short |
Methods
UpdateRow(TableRowBase)
Update the AudienceLayoutLinkRow 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 AudienceLayoutLinkRow. |