Class DeliveryTypeHeadingLinkRow.IdxDeliveryTypeHeadingLinkId
Class representing index 'IDXDeliveryTypeHLId'.
Inheritance
DeliveryTypeHeadingLinkRow.IdxDeliveryTypeHeadingLinkId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class DeliveryTypeHeadingLinkRow.IdxDeliveryTypeHeadingLinkId : DeliveryTypeHeadingLinkRow.DeliveryTypeHeadingLinkRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxDeliveryTypeHeadingLinkId(int)
Constructor for class DeliveryTypeHeadingLink.IdxDeliveryTypeHeadingLinkId This class represents index 'IDXDeliveryTypeHLId'.
Declaration
public IdxDeliveryTypeHeadingLinkId(int deliveryTypeHeadingLinkId)
Parameters
Type | Name | Description |
---|---|---|
int | deliveryTypeHeadingLinkId |
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 DeliveryTypeHeadingLinkRow 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 DeliveryTypeHeadingLinkRow. |