Click or drag to resize
ITicketAuthorizer Methods

[This is preliminary documentation and is subject to change.]

The ITicketAuthorizer type exposes the following members.

Methods
  NameDescription
Public methodITicketDetailsFilteredTicketDetails(ITicketUser, Int64)
Returns ticket details with posts the user should see
Public methodIPaginationT, T: ITicketFilterViewableTickets(ITicketUser, ITicketFilter, PaginationRequestITicket)
Returns tickets filtered by what the user should see
Public methodIEnumerableT, T: IServiceProviderGetAccessibleServiceProviders(ITicketUser, NullableInt64)
Returns the service providers that can be selected
Public methodIEnumerableT, T: ITicketDepartmentGetAccessibleTicketDepartments(ITicketUser, NullableInt64, Int64)
Returns the ticket departments that can be selected
Public methodIEnumerableT, T: ITicketPriorityGetAccessibleTicketPriorities(ITicketUser, NullableInt64)
Returns the ticket priorities that can be selected
Public methodIEnumerableT, T: ITicketStatusGetAccessibleTicketStatuses(ITicketUser, NullableInt64)
Returns the ticket statuses that can be selected
Public methodIEnumerableT, T: ITicketTypeGetAccessibleTicketTypes(ITicketUser, NullableInt64, Int64)
Returns the ticket types that can be selected
Top
See Also