Class SLinkCustomerRows.IdxLinkType
Class representing index 'ILink_typeShipment_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Inheritance
SLinkCustomerRows.IdxLinkType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class SLinkCustomerRows.IdxLinkType : SLinkCustomerRows.SLinkCustomerRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxLinkType(ShipmentLinkType)
Constructor for class SLinkCustomerRows.IdxLinkType This class represents index 'ILink_typeShipment_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Declaration
public IdxLinkType(ShipmentLinkType linkType)
Parameters
Type | Name | Description |
---|---|---|
ShipmentLinkType | linkType |
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
LinkType
If this is a link to a link or an image (gif/jpeg). See SpmLink::LinkType
Declaration
public ShipmentLinkType LinkType { get; set; }
Property Value
Type | Description |
---|---|
ShipmentLinkType |
Methods
UpdateRow(TableRowBase)
Update the SLinkCustomerRow 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 SLinkCustomerRow. |