Table of Contents

Class Points

Namespace
KartaViewSharp.V1.Response.Resources.MyList
Assembly
KartaViewSharp.dll
public sealed class Points
Inheritance
Points
Inherited Members

Constructors

Points()

public Points()

Properties

ClientTotal

[JsonPropertyName("client_total")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int ClientTotal { get; set; }

Property Value

int

Country

[JsonPropertyName("country_code")]
[JsonConverter(typeof(StringAsNullableCountryJsonConverter))]
public Country? Country { get; set; }

Property Value

Country

CoverageTotal

[JsonPropertyName("coverage_total")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int CoverageTotal { get; set; }

Property Value

int

DateAdded

[JsonPropertyName("date_added")]
[JsonConverter(typeof(StringAsDateTimeJsonConverter))]
public DateTime DateAdded { get; set; }

Property Value

DateTime

DateUpdated

[JsonPropertyName("date_updated")]
[JsonConverter(typeof(StringAsDateTimeJsonConverter))]
public DateTime DateUpdated { get; set; }

Property Value

DateTime

Id

[JsonPropertyName("id")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int Id { get; set; }

Property Value

int

ObdMultiple

[JsonPropertyName("obd_multiple")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int ObdMultiple { get; set; }

Property Value

int

SequenceDate

[JsonPropertyName("sequence_date")]
[JsonConverter(typeof(StringAsDateTimeJsonConverter))]
public DateTime SequenceDate { get; set; }

Property Value

DateTime

SignsTotal

[JsonPropertyName("signs_total")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int SignsTotal { get; set; }

Property Value

int

StateCode

[JsonPropertyName("state_code")]
public string StateCode { get; set; }

Property Value

string

Total

[JsonPropertyName("total")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int Total { get; set; }

Property Value

int

UploadHistoryId

[JsonPropertyName("upload_history_id")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int UploadHistoryId { get; set; }

Property Value

int