Class TrafficIncident
Inheritance
System.Object
TrafficIncident
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TrafficIncident : Resource
Constructors
Properties
Declaration
public string Congestion { get; set; }
Property Value
Declaration
public string Description { get; set; }
Property Value
Declaration
public string Detour { get; set; }
Property Value
Declaration
public string End { get; set; }
Property Value
Declaration
public long IncidentId { get; set; }
Property Value
Declaration
public string Lane { get; set; }
Property Value
Declaration
public string LastModified { get; set; }
Property Value
Declaration
public string[] LocationCodes { get; set; }
Property Value
Declaration
public Point Point { get; set; }
Property Value
Declaration
public bool RoadClosed { get; set; }
Property Value
Declaration
public int Severity { get; set; }
Property Value
Declaration
public string Start { get; set; }
Property Value
Declaration
public Point ToPoint { get; set; }
Property Value
Declaration
public int Type { get; set; }
Property Value
Declaration
public bool Verified { get; set; }
Property Value
Extension Methods