WebMadLibService Class ReferenceManaged web mad libs services.
More...
List of all members.
|
Public Member Functions |
| int | GetMadLibsCount (string ticket, int id) |
| | Gets mad libs count.
|
| List< TransitMadLib > | GetMadLibs (string ticket, int id, ServiceQueryOptions options) |
| | Get all mad libs.
|
| int | CreateOrUpdateMadLib (string ticket, TransitMadLib madlib) |
| | Create or update a mad lib.
|
| void | DeleteMadLib (string ticket, int id) |
| | Delete a mad lib.
|
| TransitMadLib | GetMadLibById (string ticket, int id) |
| | Get a mad lib by id.
|
| int | GetMadLibInstancesCount (string ticket, string table, int id) |
| | Gets mad lib instances count.
|
| List< TransitMadLibInstance > | GetMadLibInstances (string ticket, string table, int id, ServiceQueryOptions options) |
| | Get all mad lib instances.
|
| int | CreateOrUpdateMadLibInstance (string ticket, TransitMadLibInstance madlibinstance) |
| | Create or update a mad lib.
|
| void | DeleteMadLibInstance (string ticket, int id) |
| | Delete a mad lib.
|
| TransitMadLibInstance | GetMadLibInstanceById (string ticket, int id) |
| | Get a mad lib instance by id.
|
Detailed Description
Managed web mad libs services.
Member Function Documentation
| int GetMadLibsCount |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
| List<TransitMadLib> GetMadLibs |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
| int CreateOrUpdateMadLib |
( |
string |
ticket, |
|
|
TransitMadLib |
madlib | |
|
) |
| | |
Create or update a mad lib.
- Parameters:
-
| ticket | authentication ticket |
| void DeleteMadLib |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a mad lib.
- Parameters:
-
| ticket | authentication ticket |
| TransitMadLib GetMadLibById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get a mad lib by id.
- Parameters:
-
| ticket | authentication ticket |
| int GetMadLibInstancesCount |
( |
string |
ticket, |
|
|
string |
table, |
|
|
int |
id | |
|
) |
| | |
Gets mad lib instances count.
| List<TransitMadLibInstance> GetMadLibInstances |
( |
string |
ticket, |
|
|
string |
table, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get all mad lib instances.
| int CreateOrUpdateMadLibInstance |
( |
string |
ticket, |
|
|
TransitMadLibInstance |
madlibinstance | |
|
) |
| | |
Create or update a mad lib.
- Parameters:
-
| ticket | authentication ticket |
| void DeleteMadLibInstance |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a mad lib.
- Parameters:
-
| ticket | authentication ticket |
| TransitMadLibInstance GetMadLibInstanceById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get a mad lib instance by id.
- Parameters:
-
| ticket | authentication ticket |
The documentation for this class was generated from the following file:
|