Table of Contents

Class RouteSchedule

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

The class representing a relation between a Schedule and a Route.

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

id Id

The Id.

route Route

The associated route.

schedule Schedule

The associated schedule.

Properties

Route

Gets or sets the associated route.

public Route Route { get; set; }

Property Value

Route

Route

Schedule

Gets or sets the associated schedule.

public Schedule Schedule { get; set; }

Property Value

Schedule

Schedule

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.