Class RouteSchedule
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class RouteSchedule : Entity, IEntity, IComparable, IIdentifiable
- Inheritance
-
RouteSchedule
- Implements
- Inherited Members
Constructors
RouteSchedule(Id?, Route, Schedule)
Initializes a new instance of the RouteSchedule class.
public RouteSchedule(Id? id, Route route, Schedule schedule)
Parameters
Properties
Route
Gets or sets the associated route.
public Route Route { get; set; }
Property Value
Schedule
Gets or sets the associated schedule.
public Schedule Schedule { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override IEntity Clone()
Returns
- IEntity
A new object that is a copy of this instance.