Click or drag to resize

FilterCountDTO Class

OFV Kjøretøydata service

Represent amount of hits from a filter search.
Inheritance Hierarchy
SystemObject
  OfvService.DTO.FilterFilterCountDTO

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

The FilterCountDTO type exposes the following members.

Constructors
  NameDescription
Public methodFilterCountDTO
Initializes a new instance of the FilterCountDTO class
Top
Properties
  NameDescription
Public propertyextract
Gets or sets the extract.
Public propertymaxLimit
Gets or sets the max limit.
Public propertytotal
Gets or sets the total.
Top
See Also