Click or drag to resize

FilterDTOsingleValue Property

OFV Kjøretøydata service

Exact value to search for.

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

Namespace:  OfvService.DTO.Filter
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string singleValue { get; set; }

Property Value

Type: String
Used when searching for an exact single value.
See Also