C# 클래스 XamarinEvolveSSLibrary.WebserviceCheckInAccess

상속: CheckInAccess
파일 보기 프로젝트 열기: bholmes/XamarinEvolve2013Project 1 사용 예제들

공개 메소드들

메소드 설명
CheckInUserAtPlace ( Place place ) : void
GetCheckinInfo ( Place place, System &activeList, System &recentList, int recentLimit ) : void
GetPlaceListNearLocation ( float lat, float lng, int limit ) : PlaceList
GetPopularPlaceList ( int limit ) : PlaceList
GetRecentPlaceList ( int limit ) : PlaceList
WebserviceCheckInAccess ( ClientWrapper clientWrapper ) : System

메소드 상세

CheckInUserAtPlace() 공개 메소드

public CheckInUserAtPlace ( Place place ) : void
place Place
리턴 void

GetCheckinInfo() 공개 메소드

public GetCheckinInfo ( Place place, System &activeList, System &recentList, int recentLimit ) : void
place Place
activeList System
recentList System
recentLimit int
리턴 void

GetPlaceListNearLocation() 공개 메소드

public GetPlaceListNearLocation ( float lat, float lng, int limit ) : PlaceList
lat float
lng float
limit int
리턴 PlaceList

GetPopularPlaceList() 공개 메소드

public GetPopularPlaceList ( int limit ) : PlaceList
limit int
리턴 PlaceList

GetRecentPlaceList() 공개 메소드

public GetRecentPlaceList ( int limit ) : PlaceList
limit int
리턴 PlaceList

WebserviceCheckInAccess() 공개 메소드

public WebserviceCheckInAccess ( ClientWrapper clientWrapper ) : System
clientWrapper ClientWrapper
리턴 System