Click or drag to resize

PricingDTO Class

OFV Kjøretøydata service

Price object.
Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.CommonPricingDTO

Namespace:  OfvService.DTO.Common
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class PricingDTO : ObjectDTO

The PricingDTO type exposes the following members.

Constructors
  NameDescription
Public methodPricingDTO
Initializes a new instance of the PricingDTO class
Top
Properties
  NameDescription
Public propertycurrency
Gets or sets the currency.
Public propertysearchFilter
Use this for building search criteria
Public propertysorting
Gets or sets the sorting.
Public propertyvalue
Gets or sets the value.
Top
See Also