Click or drag to resize
Product Class
Product represents a stock of tools, gadgets, materials or parts which is being tracked by Materials Inventory functionality. It’s localized dictionary without static content.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoServiceRemovableCorrigoEntity
        CorrigoService.EntitiesProduct

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

The Product type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Product Category
Public propertyComments
Comments associated with Product. Note: this field is not localized. Max Length=1024
Public propertyCurrencies
Money values
Public propertyCustomFields
Custom Fields
Public propertyDescription
Optional product description. Max Length=400
Public propertyDiscontinued
True means Product is discontinued – which means no further purchases.
Public propertyDisplayAs
Display As. Max Length=256
Public propertyInvoiceItem
Invoice Dictionary Item associated with Product.
Public propertyManufacturer
Name of the manufacturer of the Product. Max Length=256
Public propertyPartName
Exposed to end users as “Product ID”. This is a shorthand identification of the product. Max Length=64
Public propertyPartNumber
Product identifier, typically used as an external identification among suppliers Max Length=64
Public propertyScanCode
Code used for QR scanning. Max Length=892
Public propertySuppliers
Suppliers
Public propertyUnitOfMeasureId
Unit of Measure ID;
Top
See Also