FoodCandy!

WebLicenseService Class Reference

Managed web license services. More...

List of all members.


Public Member Functions

List< TransitAccountLicense > GetAccountLicenses (string ticket, int id, ServiceQueryOptions options)
 Get account licenses.
int GetAccountLicensesCount (string ticket, int id)
 Get account licenses count.
TransitAccountLicense GetAccountLicenseById (string ticket, int id)
 Get account license by id.
TransitAccountLicense GetAccountLicenseByAccountId (string ticket, int id)
 Get account license by account id.
int CreateOrUpdateAccountLicense (string ticket, TransitAccountLicense license)
 Create or update a license.
void DeleteAccountLicense (string ticket, int id)
 Delete a license.

Detailed Description

Managed web license services.


Member Function Documentation

int CreateOrUpdateAccountLicense string  ticket,
TransitAccountLicense  license
 

Create or update a license.

Parameters:
ticket authentication ticket
license new license

void DeleteAccountLicense string  ticket,
int  id
 

Delete a license.

Parameters:
ticket authentication ticket
id license id

TransitAccountLicense GetAccountLicenseByAccountId string  ticket,
int  id
 

Get account license by account id.

Parameters:
ticket authentication ticket
id account id
Returns:
transit account license

TransitAccountLicense GetAccountLicenseById string  ticket,
int  id
 

Get account license by id.

Parameters:
ticket authentication ticket
id license id
Returns:
transit account license

List<TransitAccountLicense> GetAccountLicenses string  ticket,
int  id,
ServiceQueryOptions  options
 

Get account licenses.

Parameters:
id account id
Returns:
transit account licenses

int GetAccountLicensesCount string  ticket,
int  id
 

Get account licenses count.

Parameters:
id account id
Returns:
transit account licenses count

The documentation for this class was generated from the following file:
  • WebLicenseService.cs
© FoodCandy, 2006-2007, All Rights Reserved | FoodCandy | Sun Oct 7 10:48:53 2007 | Doxygen 1.4.6-NO