Class PaymentTypeGroupLinkRow.IdxPaymentTypeGroupLinkId
Class representing index 'IDXPaymentTypeGLId'.
Inheritance
PaymentTypeGroupLinkRow.IdxPaymentTypeGroupLinkId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class PaymentTypeGroupLinkRow.IdxPaymentTypeGroupLinkId : PaymentTypeGroupLinkRow.PaymentTypeGroupLinkRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxPaymentTypeGroupLinkId(int)
Constructor for class PaymentTypeGroupLink.IdxPaymentTypeGroupLinkId This class represents index 'IDXPaymentTypeGLId'.
Declaration
public IdxPaymentTypeGroupLinkId(int paymentTypeGroupLinkId)
Parameters
Type | Name | Description |
---|---|---|
int | paymentTypeGroupLinkId |
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 PaymentTypeGroupLinkRow 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 PaymentTypeGroupLinkRow. |