C# 클래스 MainSaite.Helpers.DriverLocationHelper

상속: IDriverLocationHelper
파일 보기 프로젝트 열기: CH033dotNET/Taxi

공개 메소드들

메소드 설명
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

메소드 상세

addDriver() 공개 정적인 메소드

public static addDriver ( DriverLocationDTO data ) : void
data DriverLocationDTO
리턴 void

addDriver() 공개 정적인 메소드

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
리턴 void

addOnUserPageDriver() 공개 메소드

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
리턴 void

addedLocation() 공개 정적인 메소드

public static addedLocation ( Model coords ) : void
coords Model
리턴 void

removeDriver() 공개 정적인 메소드

public static removeDriver ( int id ) : void
id int
리턴 void

removeDriverFromUserPage() 공개 메소드

public removeDriverFromUserPage ( int id ) : void
id int
리턴 void