C# Class XamarinEvolveSSLibrary.WebserviceCheckInAccess

Inheritance: CheckInAccess
Afficher le fichier Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CheckInUserAtPlace ( Place place ) : void
place Place
Résultat void

GetCheckinInfo() public méthode

public GetCheckinInfo ( Place place, System &activeList, System &recentList, int recentLimit ) : void
place Place
activeList System
recentList System
recentLimit int
Résultat void

GetPlaceListNearLocation() public méthode

public GetPlaceListNearLocation ( float lat, float lng, int limit ) : PlaceList
lat float
lng float
limit int
Résultat PlaceList

GetPopularPlaceList() public méthode

public GetPopularPlaceList ( int limit ) : PlaceList
limit int
Résultat PlaceList

GetRecentPlaceList() public méthode

public GetRecentPlaceList ( int limit ) : PlaceList
limit int
Résultat PlaceList

WebserviceCheckInAccess() public méthode

public WebserviceCheckInAccess ( ClientWrapper clientWrapper ) : System
clientWrapper ClientWrapper
Résultat System