Class PaymentTypeHeadingLinkRow.IdxPaymentTypeHeadingLinkId
Class representing index 'IDXPaymentTypeHLId'.
Inheritance
IdxBase
IdxBase<PaymentTypeHeadingLinkTableInfo>
PaymentTypeHeadingLinkRow.PaymentTypeHeadingLinkRowIdxBase
PaymentTypeHeadingLinkRow.PaymentTypeHeadingLinkRowIdx
PaymentTypeHeadingLinkRow.IdxPaymentTypeHeadingLinkId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class IdxPaymentTypeHeadingLinkId : PaymentTypeHeadingLinkRow.PaymentTypeHeadingLinkRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxPaymentTypeHeadingLinkId(Int32)
Constructor for class PaymentTypeHeadingLink.IdxPaymentTypeHeadingLinkId This class represents index 'IDXPaymentTypeHLId'.
Declaration
public IdxPaymentTypeHeadingLinkId(int paymentTypeHeadingLinkId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | paymentTypeHeadingLinkId |
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
Methods
UpdateRow(TableRowBase)
Update the PaymentTypeHeadingLinkRow 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 PaymentTypeHeadingLinkRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)