C# Class Touchin.SQLiteExtensions.PlaceService

Inheritance: IDisposable
Show file Open project: TouchInstinct/Training Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetPlaceCount ( ) : int
GetPlaces ( double latitude, double longitude ) : Touchin.SQLiteExtensions.Place[]
PlaceService ( string databasePath ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetPlaceCount() public method

public GetPlaceCount ( ) : int
return int

GetPlaces() public method

public GetPlaces ( double latitude, double longitude ) : Touchin.SQLiteExtensions.Place[]
latitude double
longitude double
return Touchin.SQLiteExtensions.Place[]

PlaceService() public method

public PlaceService ( string databasePath ) : System
databasePath string
return System