Method | Description | |
---|---|---|
AddCoordinates ( |
||
AddRangeCoordinates ( List |
||
CoordinatesManager ( IUnitOfWork uOW ) : System | ||
GetCoordinatesByOrdeId ( int ordeId ) : |
||
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 ) : |
||
RemoveToDate ( System.DateTime date ) : void |
Remove records of Coordinates with added time earlier than date
|
public AddCoordinates ( |
||
coordinates | ||
return |
public AddRangeCoordinates ( List |
||
coordinates | List |
|
orderId | int | |
return | List |
public CoordinatesManager ( IUnitOfWork uOW ) : System | ||
uOW | IUnitOfWork | |
return | System |
public GetCoordinatesByOrdeId ( int ordeId ) : |
||
ordeId | int | |
return |
public GetCoordinatesByUserId ( int userId ) : IEnumerable |
||
userId | int | |
return | IEnumerable |
public GetCoordinatesRange ( System.DateTime fromTime, System.DateTime toTime ) : IEnumerable |
||
fromTime | System.DateTime | Start Time |
toTime | System.DateTime | End Time |
return | IEnumerable |
public InitializeCoordinates ( string Longitude, string Latitude, string Accuracy, int UserId ) : |
||
Longitude | string | |
Latitude | string | |
Accuracy | string | |
UserId | int | |
return |
public RemoveToDate ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |