FoodCandy!

WebTagWordService Class Reference

Managed web tag word services. More...

List of all members.


Public Member Functions

int CreateOrUpdateTagWord (string ticket, TransitTagWord tagword)
 Create or update a tag word.
TransitTagWord GetTagWordById (string ticket, int id)
 Get a tag word.
List< TransitTagWord > GetTagWords (string ticket, TransitTagWordQueryOptions queryoptions, ServiceQueryOptions options)
 Get all tag words.
int GetTagWordsCount (string ticket, TransitTagWordQueryOptions queryoptions)
 Get all tag words count.
void DeleteTagWord (string ticket, int id)
 Delete a tag word.
Parameters:
ticket authentication ticket
id id
.
List< TransitAccount > GetTagWordAccountsById (string ticket, int id, ServiceQueryOptions options)
 Get tag word accounts.
List< TransitAccount > SearchTagWordAccounts (string ticket, string search, ServiceQueryOptions options)
 Search tag word accounts.

Detailed Description

Managed web tag word services.


Member Function Documentation

int CreateOrUpdateTagWord string  ticket,
TransitTagWord  tagword
 

Create or update a tag word.

Parameters:
ticket authentication ticket
tagword transit tag word

List<TransitAccount> GetTagWordAccountsById string  ticket,
int  id,
ServiceQueryOptions  options
 

Get tag word accounts.

Parameters:
id tag word id
Returns:
list of transit accounts

TransitTagWord GetTagWordById string  ticket,
int  id
 

Get a tag word.

Returns:
transit tag word

List<TransitTagWord> GetTagWords string  ticket,
TransitTagWordQueryOptions  queryoptions,
ServiceQueryOptions  options
 

Get all tag words.

Parameters:
max maximum number of tag words
options options
Returns:
list of transit tag words

int GetTagWordsCount string  ticket,
TransitTagWordQueryOptions  queryoptions
 

Get all tag words count.

Parameters:
max maximum number of tag words
options options

List<TransitAccount> SearchTagWordAccounts string  ticket,
string  search,
ServiceQueryOptions  options
 

Search tag word accounts.

Parameters:
search search string
Returns:
list of transit accounts

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