Click or drag to resize

ProductMoneyValues Class

This table follows standard multi-currency child patterns. At least one currency field must not be NULL/empty to save the record.
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ProductMoneyValues : CorrigoEntityMoneyValues

The ProductMoneyValues type exposes the following members.

Properties
 NameDescription
Public propertyLastPrice Last purchase price; negative and zero values are allowed. Max. precision is 4. On save value is rounded automatically to 4 digits after the decimal point at pre-commit stage.
Public propertyUnitPrice Product catalog price; negative and zero values are allowed. Max. precision is 4. On save value is rounded automatically to 4 digits after the decimal point at pre-commit stage.
Top
See Also