WebEventService Class ReferenceManaged web event services.
More...
List of all members.
|
Public Member Functions |
|
int | GetAccountEventsCountByAccountId (string ticket, int id) |
| | Get account avents count by account id.
|
| List< TransitAccountEvent > | GetAccountEventsByAccountId (string ticket, int id, int utcoffset, ServiceQueryOptions options) |
| | Get account events.
|
| TransitAccountEvent | GetAccountEventById (string ticket, int id, int utcoffset) |
| | Get account event by id.
|
| string | GetAccountEventVCalendarById (string ticket, int id) |
| | Get account event VCalendar by id.
|
| int | CreateOrUpdateAccountEvent (string ticket, TransitAccountEvent evt) |
| | Create or update an event.
|
| void | DeleteAccountEvent (string ticket, int id) |
| | Delete an event.
|
| int | GetAccountEventsCount (string ticket, TransitAccountEventQueryOptions qopt) |
| | Get account event count.
|
| List< TransitAccountEvent > | GetAccountEvents (string ticket, int utcoffset, TransitAccountEventQueryOptions qopt, ServiceQueryOptions options) |
| | Get all account events.
|
| int | CreateOrUpdateAccountEventType (string ticket, TransitAccountEventType eventtype) |
| | Create or update an event type.
|
| TransitAccountEventType | GetAccountEventTypeById (string ticket, int id) |
| | Get an event type.
|
| List< TransitAccountEventType > | GetAccountEventTypes (string ticket, ServiceQueryOptions options) |
| | Get all event types.
|
| int | GetAccountEventTypesCount (string ticket) |
| | Get all event types count.
|
|
void | DeleteAccountEventType (string ticket, int id) |
| | Delete an event type - Parameters:
-
| ticket | authentication ticket |
| id | id |
.
|
| int | CreateOrUpdateAccountEventPicture (string ticket, TransitAccountEventPicture eventpicture) |
| | Create or update an event picture.
|
| TransitAccountEventPicture | GetAccountEventPictureById (string ticket, int id) |
| | Get account event picture by id.
|
| void | DeleteAccountEventPicture (string ticket, int id) |
| | Delete a event picture.
|
|
int | GetAccountEventPicturesCount (string ticket, int id) |
| | Get event pictures count by event id.
|
| List< TransitAccountEventPicture > | GetAccountEventPictures (string ticket, int id, ServiceQueryOptions options) |
| | Get event pictures by event id.
|
| TransitAccountEventPicture | GetAccountEventPictureIfModifiedSinceById (string ticket, int id, DateTime ifModifiedSince) |
| | Get event picture if modified since.
|
| List< TransitAccountEventInstance > | GetAccountEventInstances (string ticket, TransitAccountEventInstanceQueryOptions qopt, ServiceQueryOptions options) |
| | Get all account event instances.
|
| int | GetAccountEventInstancesCount (string ticket, TransitAccountEventInstanceQueryOptions qopt) |
| | Get all account event instances count.
|
Detailed Description
Managed web event services.
Member Function Documentation
| int CreateOrUpdateAccountEvent |
( |
string |
ticket, |
|
|
TransitAccountEvent |
evt |
|
) |
|
|
|
|
Create or update an event.
- Parameters:
-
| ticket | authentication ticket |
| event | new event |
|
| int CreateOrUpdateAccountEventPicture |
( |
string |
ticket, |
|
|
TransitAccountEventPicture |
eventpicture |
|
) |
|
|
|
|
Create or update an event picture.
- Parameters:
-
| ticket | authentication ticket |
| eventpicture | transit event picture |
|
| int CreateOrUpdateAccountEventType |
( |
string |
ticket, |
|
|
TransitAccountEventType |
eventtype |
|
) |
|
|
|
|
Create or update an event type.
- Parameters:
-
| ticket | authentication ticket |
| eventtype | transit event type |
|
| void DeleteAccountEvent |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Delete an event.
- Parameters:
-
| ticket | authentication ticket |
| eventid | event id |
|
| void DeleteAccountEventPicture |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Delete a event picture.
- Parameters:
-
| ticket | authentication ticket |
| eventpictureid | event picture id |
|
| TransitAccountEvent GetAccountEventById |
( |
string |
ticket, |
|
|
int |
id, |
|
|
int |
utcoffset |
|
) |
|
|
|
|
Get account event by id.
- Parameters:
-
| ticket | authentication ticket |
| id | event id |
- Returns:
- transit account event
|
| List<TransitAccountEventInstance> GetAccountEventInstances |
( |
string |
ticket, |
|
|
TransitAccountEventInstanceQueryOptions |
qopt, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get all account event instances.
- Returns:
- list of transit account event instances
|
| int GetAccountEventInstancesCount |
( |
string |
ticket, |
|
|
TransitAccountEventInstanceQueryOptions |
qopt |
|
) |
|
|
|
|
Get all account event instances count.
- Returns:
- number of account event instances
|
| TransitAccountEventPicture GetAccountEventPictureById |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get account event picture by id.
- Parameters:
-
| ticket | authentication ticket |
| id | event picture id |
- Returns:
- transit account event picture
|
| TransitAccountEventPicture GetAccountEventPictureIfModifiedSinceById |
( |
string |
ticket, |
|
|
int |
id, |
|
|
DateTime |
ifModifiedSince |
|
) |
|
|
|
|
Get event picture if modified since.
- Parameters:
-
| id | event picture id |
| ticket | authentication ticket |
| ifModifiedSince | last update date/time |
- Returns:
- transit picture
|
| List<TransitAccountEventPicture> GetAccountEventPictures |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get event pictures by event id.
- Parameters:
-
- Returns:
- transit event pictures
|
| List<TransitAccountEvent> GetAccountEvents |
( |
string |
ticket, |
|
|
int |
utcoffset, |
|
|
TransitAccountEventQueryOptions |
qopt, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get all account events.
- Returns:
- list of transit account events
|
| List<TransitAccountEvent> GetAccountEventsByAccountId |
( |
string |
ticket, |
|
|
int |
id, |
|
|
int |
utcoffset, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get account events.
- Parameters:
-
- Returns:
- transit account events
|
| int GetAccountEventsCount |
( |
string |
ticket, |
|
|
TransitAccountEventQueryOptions |
qopt |
|
) |
|
|
|
|
Get account event count.
- Returns:
- transit account envets count
|
| TransitAccountEventType GetAccountEventTypeById |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get an event type.
- Returns:
- transit event type
|
| List<TransitAccountEventType> GetAccountEventTypes |
( |
string |
ticket, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get all event types.
- Returns:
- list of transit event types
|
| int GetAccountEventTypesCount |
( |
string |
ticket |
) |
|
|
|
|
Get all event types count.
- Returns:
- list of transit event types
|
| string GetAccountEventVCalendarById |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get account event VCalendar by id.
- Parameters:
-
| ticket | authentication ticket |
| id | event id |
- Returns:
- account event VCalendar
|
The documentation for this class was generated from the following file:
|