C# 클래스 Touchin.SQLiteExtensions.PlaceService

상속: IDisposable
파일 보기 프로젝트 열기: TouchInstinct/Training 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetPlaceCount ( ) : int
GetPlaces ( double latitude, double longitude ) : Touchin.SQLiteExtensions.Place[]
PlaceService ( string databasePath ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetPlaceCount() 공개 메소드

public GetPlaceCount ( ) : int
리턴 int

GetPlaces() 공개 메소드

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

PlaceService() 공개 메소드

public PlaceService ( string databasePath ) : System
databasePath string
리턴 System