Click or drag to resize
ITicketUser Interface

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

Ticket user, as viewed through the user abstraction layer

Namespace: Netadmin.Management.Ticketing.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ITicketUser : ITicketAdapterUser

The ITicketUser type exposes the following members.

Properties
  NameDescription
Public propertyStringAdapterName
The name of the adapter the user is backed by
(Inherited from ITicketAdapterUser.)
Public propertyInt64AdapterUserId
The id of the user in the backing adapter
(Inherited from ITicketAdapterUser.)
Public propertyIListT, T: ITicketDepartmentDepartments
Ticket departments to which this user has access When updating, a null value will ignore current departments, other values will update it accordingly
Public propertyTicketUserMatchDiscriminatorDiscriminator
If true, the discrimination will go on both type and department
(Inherited from ITicketAdapterUser.)
Public propertyInt64Id
Public propertyStringName
The name of the ticket user
(Inherited from ITicketAdapterUser.)
Public propertyStringNotificationAddress
The message address to which the ticket user should recieve ticket notifications
Public propertyNullableT, T: UInt16NotificationMessageTypeId
The message type id on which the ticket user should recieve ticket notifications
Public propertyNullableT, T: Int64ServiceProviderId
The id of the service provider to which the user is related, if any
(Inherited from ITicketAdapterUser.)
Public propertyIListT, T: ITicketTypeTypes
Ticket types to which this user has access When updating, a null value will ignore current types, other values will update it accordingly
Top
See Also