WebTagWordService Class ReferenceManaged 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.
|
| 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 |
| 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 |
| 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.
- Parameters:
-
- Returns:
- list of transit accounts
| List<TransitAccount> SearchTagWordAccounts |
( |
string |
ticket, |
|
|
string |
search, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Search tag word accounts.
- Parameters:
-
- Returns:
- list of transit accounts
The documentation for this class was generated from the following file:
|