SnCore!

WebMadLibService Class Reference

Managed 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 
)

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.

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:
  • WebMadLibService.cs
© Vestris Inc., 2006-2007, All Rights Reserved | SnCore | Wed Mar 5 09:56:26 2008 | Doxygen 1.5.4