C# Class Touchin.SQLiteExtensions.PlaceService

Inheritance: IDisposable
Afficher le fichier Open project: TouchInstinct/Training Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetPlaceCount() public méthode

public GetPlaceCount ( ) : int
Résultat int

GetPlaces() public méthode

public GetPlaces ( double latitude, double longitude ) : Touchin.SQLiteExtensions.Place[]
latitude double
longitude double
Résultat Touchin.SQLiteExtensions.Place[]

PlaceService() public méthode

public PlaceService ( string databasePath ) : System
databasePath string
Résultat System