Click or drag to resize

ProductBase Class

Base class for Products and Travel expenses.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIProductBase
    Severa.Entities.APIProduct
    Severa.Entities.APITravelExpense

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class ProductBase

The ProductBase type exposes the following members.

Constructors
 NameDescription
Public methodProductBaseInitializes a new instance of the ProductBase class
Top
Properties
 NameDescription
Public propertyCode Code for the Product/Travel expense.
Public propertyDescription Description for the Product/Travel expense.
Public propertyGUID Unique identifier for the Product/Travel expense.
Public propertyIsActive Flag that indicates if the Product/Travel expense is active.
Public propertyMeasurementUnit Measurement unit of Product (eg. Piece, Hour, Km).
Public propertyName Name of the Product/Travel expense.
Public propertyType Using product types makes it possible to differenciate from what kind of invoicing the projects consist of. There are three options to choose from.
Public propertyUnitCost Cost per unit for the Product.
Public propertyUnitPrice Price per unit for the Product/Travel expense.
Public propertyUseInWorkTimeEntry Flag to determine if Product/TravelExpense is available for selection as a work type when entering work hours.
Public propertyVAT Tax rate percentage that applies to this Product/Travel expense.
Top
See Also