ITicketUser Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Ticketing.Dto
The ITicketUser type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | String | AdapterName |
The name of the adapter the user is backed by
(Inherited from ITicketAdapterUser.) |
![]() | Int64 | AdapterUserId |
The id of the user in the backing adapter
(Inherited from ITicketAdapterUser.) |
![]() | IListT, T: ITicketDepartment | Departments |
Ticket departments to which this user has access
When updating, a null value will ignore current departments, other values will update it accordingly
|
![]() | TicketUserMatchDiscriminator | Discriminator |
If true, the discrimination will go on both type and department
(Inherited from ITicketAdapterUser.) |
![]() | Int64 | Id | |
![]() | String | Name |
The name of the ticket user
(Inherited from ITicketAdapterUser.) |
![]() | String | NotificationAddress |
The message address to which the ticket user should recieve ticket notifications
|
![]() | NullableT, T: UInt16 | NotificationMessageTypeId |
The message type id on which the ticket user should recieve ticket notifications
|
![]() | NullableT, T: Int64 | ServiceProviderId |
The id of the service provider to which the user is related, if any
(Inherited from ITicketAdapterUser.) |
![]() | IListT, T: ITicketType | Types |
Ticket types to which this user has access
When updating, a null value will ignore current types, other values will update it accordingly
|