Method | Description | |
---|---|---|
AddCarpool ( System.Xml.Linq.XElement input ) : string | ||
AddRecyclingCenter ( System.Xml.Linq.XElement input ) : string | ||
ChangePassword ( string username, string newpassword ) : string | ||
FindContests ( string search, string exactMatch ) : Collection |
||
FindGroups ( string search ) : Collection |
||
GetActiveChallenges ( string id ) : Collection |
||
GetAllUsers ( ) : Collection |
||
GetBadgesFromUserId ( string id ) : Collection |
||
GetCarpools ( ) : Collection |
||
GetContestFromContestId ( string id ) : Contest | ||
GetContestsFromUserId ( string id ) : Collection |
||
GetGroupById ( string id ) : |
||
GetGroupsFromUserId ( string id ) : Collection |
||
GetRecyclingCenters ( ) : Collection |
||
GetRoutesById ( string id ) : Collection |
||
GetUserById ( string id ) : |
||
GetUserByUsernameAndPassword ( string username, string password ) : |
||
ProcessRoute ( string id, System.Xml.Linq.XElement input ) : string | ||
ProcessUser ( string id, System.Xml.Linq.XElement input ) : string |
public AddCarpool ( System.Xml.Linq.XElement input ) : string | ||
input | System.Xml.Linq.XElement | |
return | string |
public AddRecyclingCenter ( System.Xml.Linq.XElement input ) : string | ||
input | System.Xml.Linq.XElement | |
return | string |
public ChangePassword ( string username, string newpassword ) : string | ||
username | string | |
newpassword | string | |
return | string |
public FindContests ( string search, string exactMatch ) : Collection |
||
search | string | |
exactMatch | string | |
return | Collection |
public FindGroups ( string search ) : Collection |
||
search | string | |
return | Collection |
public GetActiveChallenges ( string id ) : Collection |
||
id | string | |
return | Collection |
public GetBadgesFromUserId ( string id ) : Collection |
||
id | string | |
return | Collection |
public GetContestFromContestId ( string id ) : Contest | ||
id | string | |
return | ActivEarth.Objects.Competition.Contests.Contest |
public GetContestsFromUserId ( string id ) : Collection |
||
id | string | |
return | Collection |
public GetGroupById ( string id ) : |
||
id | string | |
return |
public GetGroupsFromUserId ( string id ) : Collection |
||
id | string | |
return | Collection |
public GetRoutesById ( string id ) : Collection |
||
id | string | |
return | Collection |
public GetUserById ( string id ) : |
||
id | string | |
return |
public GetUserByUsernameAndPassword ( string username, string password ) : |
||
username | string | |
password | string | |
return |
public ProcessRoute ( string id, System.Xml.Linq.XElement input ) : string | ||
id | string | |
input | System.Xml.Linq.XElement | |
return | string |
public ProcessUser ( string id, System.Xml.Linq.XElement input ) : string | ||
id | string | |
input | System.Xml.Linq.XElement | |
return | string |