C# Class XamarinEvolveSS.MySqlCheckInAccess

Exibir arquivo Open project: bholmes/XamarinEvolve2013Project

Public Methods

Method Description
CheckInUserAtPlace ( string username, Place place ) : void
DeleteCheckInsForUser ( string username ) : void
GetCheckinInfo ( int placeId, List &activeList, List &recentList, int recentLimit ) : void
GetPlaceListNearLocation ( float lat, float lng, int limit ) : List
GetPopularPlaceList ( int limit ) : List
GetRecentPlaceList ( int limit ) : List

Private Methods

Method Description
SetupAndCall ( Action call ) : void

Method Details

CheckInUserAtPlace() public method

public CheckInUserAtPlace ( string username, Place place ) : void
username string
place XamarinEvolveSSLibrary.Place
return void

DeleteCheckInsForUser() public method

public DeleteCheckInsForUser ( string username ) : void
username string
return void

GetCheckinInfo() public method

public GetCheckinInfo ( int placeId, List &activeList, List &recentList, int recentLimit ) : void
placeId int
activeList List
recentList List
recentLimit int
return void

GetPlaceListNearLocation() public method

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

GetPopularPlaceList() public method

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

GetRecentPlaceList() public method

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