SnCore!

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

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

TransitAccountLicense GetAccountLicenseById ( string  ticket,
int  id 
)

Get account license by id.

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

TransitAccountLicense GetAccountLicenseByAccountId ( string  ticket,
int  id 
)

Get account license by account id.

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

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


The documentation for this class was generated from the following file:
  • WebLicenseService.cs
© Vestris Inc., 2006-2007, All Rights Reserved | SnCore | Wed Mar 5 09:56:26 2008 | Doxygen 1.5.4