C# Class MainSaite.Helpers.DriverLocationHelper

Inheritance: IDriverLocationHelper
Mostra file Open project: CH033dotNET/Taxi

Public Methods

Method Description
addDriver ( DriverLocationDTO data ) : void
addDriver ( int Id, double Latitude, double Longitude, System.DateTime time, string username ) : void
addOnUserPageDriver ( int Id, double Latitude, double Longitude, System.DateTime time, string username ) : void
addedLocation ( Model coords ) : void
removeDriver ( int id ) : void
removeDriverFromUserPage ( int id ) : void

Method Details

addDriver() public static method

public static addDriver ( DriverLocationDTO data ) : void
data DriverLocationDTO
return void

addDriver() public static method

public static addDriver ( int Id, double Latitude, double Longitude, System.DateTime time, string username ) : void
Id int
Latitude double
Longitude double
time System.DateTime
username string
return void

addOnUserPageDriver() public method

public addOnUserPageDriver ( int Id, double Latitude, double Longitude, System.DateTime time, string username ) : void
Id int
Latitude double
Longitude double
time System.DateTime
username string
return void

addedLocation() public static method

public static addedLocation ( Model coords ) : void
coords Model
return void

removeDriver() public static method

public static removeDriver ( int id ) : void
id int
return void

removeDriverFromUserPage() public method

public removeDriverFromUserPage ( int id ) : void
id int
return void