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