FoodCandy!

WebContentService Class Reference

Managed web content services. More...

List of all members.


Public Member Functions

int GetAccountContentGroupsCount (string ticket, int id)
 Get account content groups count.
List< TransitAccountContentGroup > GetAccountContentGroups (string ticket, int id, ServiceQueryOptions options)
 Get account content groups.
int GetAllAccountContentGroupsCount (string ticket)
 Get account content groups count.
List< TransitAccountContentGroup > GetAllAccountContentGroups (string ticket, ServiceQueryOptions options)
 Get account content groups.
int CreateOrUpdateAccountContentGroup (string ticket, TransitAccountContentGroup group)
 Create or update a content group.
void DeleteAccountContentGroup (string ticket, int id)
 Delete a content group.
TransitAccountContentGroup GetAccountContentGroupById (string ticket, int id)
 Get account content group by id.
TransitAccountContent GetAccountContentById (string ticket, int id)
 Get account content by id.
int GetAccountContentsCount (string ticket, int id)
 Get account content count.
List< TransitAccountContent > GetAccountContents (string ticket, int id, ServiceQueryOptions options)
 Get account contents in a group.
int CreateOrUpdateAccountContent (string ticket, TransitAccountContent content)
 Create or update an account content.
void DeleteAccountContent (string ticket, int id)
 Delete an account content.

Detailed Description

Managed web content services.


Member Function Documentation

int CreateOrUpdateAccountContent string  ticket,
TransitAccountContent  content
 

Create or update an account content.

Parameters:
ticket authentication ticket
content content

int CreateOrUpdateAccountContentGroup string  ticket,
TransitAccountContentGroup  group
 

Create or update a content group.

Parameters:
ticket authentication ticket
group content group

void DeleteAccountContent string  ticket,
int  id
 

Delete an account content.

Parameters:
ticket authentication ticket
contentid id

void DeleteAccountContentGroup string  ticket,
int  id
 

Delete a content group.

Parameters:
ticket authentication ticket
id content group id

TransitAccountContent GetAccountContentById string  ticket,
int  id
 

Get account content by id.

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

TransitAccountContentGroup GetAccountContentGroupById string  ticket,
int  id
 

Get account content group by id.

Parameters:
ticket authentication ticket
id content group id
Returns:
transit account content group

List<TransitAccountContentGroup> GetAccountContentGroups string  ticket,
int  id,
ServiceQueryOptions  options
 

Get account content groups.

Parameters:
id account id
Returns:
transit account content groups

List<TransitAccountContent> GetAccountContents string  ticket,
int  id,
ServiceQueryOptions  options
 

Get account contents in a group.

Returns:
transit account contents

int GetAccountContentsCount string  ticket,
int  id
 

Get account content count.

Parameters:
id account group id
Returns:
transit account contents count

List<TransitAccountContentGroup> GetAllAccountContentGroups string  ticket,
ServiceQueryOptions  options
 

Get account content groups.

Parameters:
id account id
Returns:
transit account content groups

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