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.
|
| 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.
|
| void | MoveAccountEventPicture (string ticket, int id, int disp) |
| | Move an account event picture.
|
| 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 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.
- Parameters:
-
- Returns:
- transit account events
| TransitAccountEvent GetAccountEventById |
( |
string |
ticket, |
|
|
int |
id, |
|
|
int |
utcoffset | |
|
) |
| | |
Get account event by id.
- Parameters:
-
| ticket | authentication ticket |
| id | event id |
- Returns:
- transit account event
| string GetAccountEventVCalendarById |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Get account event VCalendar by id.
- Parameters:
-
| ticket | authentication ticket |
| id | event id |
- Returns:
- account event VCalendar
| int CreateOrUpdateAccountEvent |
( |
string |
ticket, |
|
|
TransitAccountEvent |
evt | |
|
) |
| | |
Create or update an event.
- Parameters:
-
| ticket | authentication ticket |
| event | new event |
| void DeleteAccountEvent |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete an event.
- Parameters:
-
| ticket | authentication ticket |
| eventid | event id |
| int GetAccountEventsCount |
( |
string |
ticket, |
|
|
TransitAccountEventQueryOptions |
qopt | |
|
) |
| | |
Get account event count.
- Returns:
- transit account envets count
| List<TransitAccountEvent> GetAccountEvents |
( |
string |
ticket, |
|
|
int |
utcoffset, |
|
|
TransitAccountEventQueryOptions |
qopt, |
|
|
ServiceQueryOptions |
options | |
|
) |
| | |
Get all account events.
- Returns:
- list of transit account events
| int CreateOrUpdateAccountEventType |
( |
string |
ticket, |
|
|
TransitAccountEventType |
eventtype | |
|
) |
| | |
Create or update an event type.
- Parameters:
-
| ticket | authentication ticket |
| eventtype | transit event type |
| 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
| void DeleteAccountEventType |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete an event type.
- Parameters:
-
| ticket | authentication ticket |
| id | event type id |
| int CreateOrUpdateAccountEventPicture |
( |
string |
ticket, |
|
|
TransitAccountEventPicture |
eventpicture | |
|
) |
| | |
Create or update an event picture.
- Parameters:
-
| ticket | authentication ticket |
| eventpicture | transit event picture |
| 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
| void DeleteAccountEventPicture |
( |
string |
ticket, |
|
|
int |
id | |
|
) |
| | |
Delete a event picture.
- Parameters:
-
| ticket | authentication ticket |
| eventpictureid | event picture id |
| 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.
- Parameters:
-
- Returns:
- transit event pictures
| void MoveAccountEventPicture |
( |
string |
ticket, |
|
|
int |
id, |
|
|
int |
disp | |
|
) |
| | |
Move an account event picture.
- Parameters:
-
| ticket | authentication ticket |
| disp | displace by positions |
| id | picture id |
| 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<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
The documentation for this class was generated from the following file:
|