Click or drag to resize
LinkProductAndSupplier Class
Product/Supplier bridge defines association between Provider (some Providers act as suppliers) and Product. Aside from establishing a link, this table contains some supplier-specific information: one supplier can be “default”; also supplier may use custom part name for Product.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesLinkProductAndSupplier

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class LinkProductAndSupplier : CorrigoEntityWithOptimisticLock

The LinkProductAndSupplier type exposes the following members.

Properties
  NameDescription
Public propertyIsDefault
Default supplier for Product
Public propertyPartNumber
Supplier-specific part number for specific Product. Max Length=64
Public propertyProductId
Product ID
Public propertySupplierId
Supplier Provider ID
Top
See Also