C# 클래스 BAL.Manager.CoordinatesManager

상속: BAL.Manager.BaseManager, ICoordinatesManager
파일 보기 프로젝트 열기: CH033dotNET/Taxi

공개 메소드들

메소드 설명
AddCoordinates ( CoordinatesDTO coordinates ) : CoordinatesDTO
AddRangeCoordinates ( List coordinates, int orderId ) : List
CoordinatesManager ( IUnitOfWork uOW ) : System
GetCoordinatesByOrdeId ( int ordeId ) : CoordinatesDTO
GetCoordinatesByUserId ( int userId ) : IEnumerable
GetCoordinatesRange ( System.DateTime fromTime, System.DateTime toTime ) : IEnumerable

Get records of Coordinates betwen fromTime and toTime

InitializeCoordinates ( string Longitude, string Latitude, string Accuracy, int UserId ) : CoordinatesDTO
RemoveToDate ( System.DateTime date ) : void

Remove records of Coordinates with added time earlier than date

메소드 상세

AddCoordinates() 공개 메소드

public AddCoordinates ( CoordinatesDTO coordinates ) : CoordinatesDTO
coordinates Model.DTO.CoordinatesDTO
리턴 Model.DTO.CoordinatesDTO

AddRangeCoordinates() 공개 메소드

public AddRangeCoordinates ( List coordinates, int orderId ) : List
coordinates List
orderId int
리턴 List

CoordinatesManager() 공개 메소드

public CoordinatesManager ( IUnitOfWork uOW ) : System
uOW IUnitOfWork
리턴 System

GetCoordinatesByOrdeId() 공개 메소드

public GetCoordinatesByOrdeId ( int ordeId ) : CoordinatesDTO
ordeId int
리턴 Model.DTO.CoordinatesDTO

GetCoordinatesByUserId() 공개 메소드

public GetCoordinatesByUserId ( int userId ) : IEnumerable
userId int
리턴 IEnumerable

GetCoordinatesRange() 공개 메소드

Get records of Coordinates betwen fromTime and toTime
public GetCoordinatesRange ( System.DateTime fromTime, System.DateTime toTime ) : IEnumerable
fromTime System.DateTime Start Time
toTime System.DateTime End Time
리턴 IEnumerable

InitializeCoordinates() 공개 메소드

public InitializeCoordinates ( string Longitude, string Latitude, string Accuracy, int UserId ) : CoordinatesDTO
Longitude string
Latitude string
Accuracy string
UserId int
리턴 Model.DTO.CoordinatesDTO

RemoveToDate() 공개 메소드

Remove records of Coordinates with added time earlier than date
public RemoveToDate ( System.DateTime date ) : void
date System.DateTime
리턴 void