Click or drag to resize

FilterDTO Class

OFV Kjøretøydata service

Defines a filter criteria.
Inheritance Hierarchy
SystemObject
  OfvService.DTO.FilterFilterDTO

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

The FilterDTO type exposes the following members.

Constructors
  NameDescription
Public methodFilterDTO
Initializes a new instance of the FilterDTO class
Top
Properties
  NameDescription
Public propertymax
Range value MAX
Public propertymin
Range value MIN
Public propertysingleValue
Exact value to search for.

Eg. filterObject is of type TechnicalDataDTO representing Seats and singlevalue is 4 - means to search for 4 seats only.

Public propertyvalueAlternative
Value alternative.

Eg. technicalId "104" has value "A" and alternative can be "All" (Alle in Norwegian) or technicalId "601" has value "S" and alternative can be "Disc" (Skiver in Norwegian).

Top
See Also