C# Class XamarinEvolveSSLibrary.WebserviceCheckInAccess

Inheritance: CheckInAccess
Datei anzeigen Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Public Methods

Method Description
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

Method Details

CheckInUserAtPlace() public method

public CheckInUserAtPlace ( Place place ) : void
place Place
return void

GetCheckinInfo() public method

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

GetPlaceListNearLocation() public method

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

GetPopularPlaceList() public method

public GetPopularPlaceList ( int limit ) : PlaceList
limit int
return PlaceList

GetRecentPlaceList() public method

public GetRecentPlaceList ( int limit ) : PlaceList
limit int
return PlaceList

WebserviceCheckInAccess() public method

public WebserviceCheckInAccess ( ClientWrapper clientWrapper ) : System
clientWrapper ClientWrapper
return System