C# Class MainSaite.Helpers.DriverLocationHelper

Inheritance: IDriverLocationHelper
Afficher le fichier Open project: CH033dotNET/Taxi

Méthodes publiques

Méthode 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 méthode

public static addDriver ( DriverLocationDTO data ) : void
data DriverLocationDTO
Résultat void

addDriver() public static méthode

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
Résultat void

addOnUserPageDriver() public méthode

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
Résultat void

addedLocation() public static méthode

public static addedLocation ( Model coords ) : void
coords Model
Résultat void

removeDriver() public static méthode

public static removeDriver ( int id ) : void
id int
Résultat void

removeDriverFromUserPage() public méthode

public removeDriverFromUserPage ( int id ) : void
id int
Résultat void