Click or drag to resize
ITicketUserAdapter Interface

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

Manages ticket users

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ITicketUserAdapter : IManager<ITicketAdapterUser>, 
	IFilterable<ITicketAdapterUser, ITicketUserAdapterFilter>, ITicketUserAdapterInformation, ITicketAuthorizer

The ITicketUserAdapter type exposes the following members.

Properties
  NameDescription
Public propertyStringAdapterName (Inherited from ITicketUserAdapterInformation.)
Public propertyBooleanRequiresServiceProviderSelection (Inherited from ITicketUserAdapterInformation.)
Top
Methods
  NameDescription
Public methodIPaginationTFilter(TFilterDtoInterface, PaginationRequestTDToInterface)
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.)
Public methodITicketDetailsFilteredTicketDetails(ITicketUser, Int64)
Returns ticket details with posts the user should see
(Inherited from ITicketAuthorizer.)
Public methodIPaginationT, T: ITicketFilterViewableTickets(ITicketUser, ITicketFilter, PaginationRequestITicket)
Returns tickets filtered by what the user should see
(Inherited from ITicketAuthorizer.)
Public methodIEnumerableT, T: IServiceProviderGetAccessibleServiceProviders(ITicketUser, NullableInt64)
Returns the service providers that can be selected
(Inherited from ITicketAuthorizer.)
Public methodIEnumerableT, T: ITicketDepartmentGetAccessibleTicketDepartments(ITicketUser, NullableInt64, Int64)
Returns the ticket departments that can be selected
(Inherited from ITicketAuthorizer.)
Public methodIEnumerableT, T: ITicketPriorityGetAccessibleTicketPriorities(ITicketUser, NullableInt64)
Returns the ticket priorities that can be selected
(Inherited from ITicketAuthorizer.)
Public methodIEnumerableT, T: ITicketStatusGetAccessibleTicketStatuses(ITicketUser, NullableInt64)
Returns the ticket statuses that can be selected
(Inherited from ITicketAuthorizer.)
Public methodIEnumerableT, T: ITicketTypeGetAccessibleTicketTypes(ITicketUser, NullableInt64, Int64)
Returns the ticket types that can be selected
(Inherited from ITicketAuthorizer.)
Public methodIDictionaryTKey, TValue, T: Int64GetEmailAddresses(IEnumerableInt64)
Retrieves email addresses for specific ticket user ids
Public methodIDictionaryTKey, TValue, T: Int64GetSmsAddresses(IEnumerableInt64)
Retrieves sms addresses for specific ticket user ids
Top
See Also