Table of Contents

Class QueryFilters

Namespace
KartaViewSharp.V1.Request
Assembly
KartaViewSharp.dll
public class QueryFilters
Inheritance
QueryFilters
Inherited Members

Constructors

QueryFilters()

public QueryFilters()

Properties

BottomRight

public Coordinate BottomRight { get; set; }

Property Value

Coordinate

EndDate

public DateTime EndDate { get; set; }

Property Value

DateTime

ItemsPerPage

public int ItemsPerPage { get; set; }

Property Value

int

Location

public Country Location { get; set; }

Property Value

Country

ObdInfo

public bool ObdInfo { get; set; }

Property Value

bool

Page

public int Page { get; set; }

Property Value

int

StartDate

public DateTime StartDate { get; set; }

Property Value

DateTime

TopLeft

public Coordinate TopLeft { get; set; }

Property Value

Coordinate

Username

public string Username { get; set; }

Property Value

string