Click or drag to resize
LinkProviderPriceList Class
Employee may be linked to zero or more Vendor Price Lists; this applies to Providers only. Price List information may be used when vendor invoice is prepared – it defines available invoice items and rates. Price list configuration for Provider can be quite complex. In the simplest scenario, there is one price list defined for Provider, so-called “default” one. In a more complex scenario, in addition to “default” record Provider may have any number of price lists defined for number of Portfolios (one or more Portfolio, to be specific); and these price lists are arranged in the order of preference. Because of this logic, Employee Price List is really a triplet linking Provider, Price List and Portfolio (the latter is undefined for “default” record). It is allowed to define Provider without “default” price list record but with number of portfolio-specific ones.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesLinkProviderPriceList

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

The LinkProviderPriceList type exposes the following members.

Properties
  NameDescription
Public propertyIdx
1-based order of preference; 1 is higher preference. Supported values are 1 – 32767; value of 32767 indicated “default” record.
Public propertyPortfolioId
Portfolio. This field equals zero for “default” record.
Public propertyPriceListId
Vendor Price List.
Public propertyProviderId
Provider.
Top
See Also