Click or drag to resize

SearchFilterDTO Class

OFV Kjøretøydata service

Available filters and filter input to search for.
Inheritance Hierarchy
SystemObject
  OfvService.DTO.FilterSearchFilterDTO

Namespace:  OfvService.DTO.Filter
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class SearchFilterDTO

The SearchFilterDTO type exposes the following members.

Constructors
  NameDescription
Public methodSearchFilterDTO
Initializes a new instance of the SearchFilterDTO class
Top
Properties
  NameDescription
Public propertybatteryTypeFilter
Filter by batteryType
Public propertybrandFilter
Filter by list of brand-trees
Public propertychassisFilter
Filter by chassis
Public propertyenergySourceTypeFilter
Filter by energy source type
Public propertyengineTypeFilter
Filter by engine
Public propertyequipmentGroupFilter
Filter by equipment values
Public propertyexhaustRequirementsFilter
Filter by exhaust requirements
Public propertyfuelFilter
Filter by fuel
Public propertygearTypeFilter
Filter by gear type
Public propertypriceFilter
Filter by price data (importers price of vehicle)
Public propertysegmentFilter
Filter by segment
Public propertytechnicalDataGroupFilter
Filter by technical values
Public propertyvehicleGroupFilter
Filter by vehicleGroup
Public propertyyearFilter
Filter by year values
Top
See Also