| ITicketAdapterUser Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Ticketing.Dto
The ITicketAdapterUser type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| String | AdapterName |
The name of the adapter the user is backed by
| |
| Int64 | AdapterUserId |
The id of the user in the backing adapter
| |
| TicketUserMatchDiscriminator | Discriminator |
If true, the discrimination will go on both type and department
| |
| String | Name |
The name of the ticket user
| |
| NullableT, T: Int64 | ServiceProviderId |
The id of the service provider to which the user is related, if any
|