|
Public Member Functions |
|
int | GetAccountContentGroupsCount (string ticket, int id) |
| | Get account content groups count.
|
| List< TransitAccountContentGroup > | GetAccountContentGroups (string ticket, int id, ServiceQueryOptions options) |
| | Get account content groups.
|
|
int | GetAllAccountContentGroupsCount (string ticket) |
| | Get account content groups count.
|
| List< TransitAccountContentGroup > | GetAllAccountContentGroups (string ticket, ServiceQueryOptions options) |
| | Get account content groups.
|
| int | CreateOrUpdateAccountContentGroup (string ticket, TransitAccountContentGroup group) |
| | Create or update a content group.
|
| void | DeleteAccountContentGroup (string ticket, int id) |
| | Delete a content group.
|
| TransitAccountContentGroup | GetAccountContentGroupById (string ticket, int id) |
| | Get account content group by id.
|
| TransitAccountContent | GetAccountContentById (string ticket, int id) |
| | Get account content by id.
|
| int | GetAccountContentsCount (string ticket, int id) |
| | Get account content count.
|
| List< TransitAccountContent > | GetAccountContents (string ticket, int id, ServiceQueryOptions options) |
| | Get account contents in a group.
|
| int | CreateOrUpdateAccountContent (string ticket, TransitAccountContent content) |
| | Create or update an account content.
|
| void | DeleteAccountContent (string ticket, int id) |
| | Delete an account content.
|