Click or drag to resize
ITicketAdapterUser Interface

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

Ticket user, as viewed through the adapter layer

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

The ITicketAdapterUser type exposes the following members.

Properties
  NameDescription
Public propertyStringAdapterName
The name of the adapter the user is backed by
Public propertyInt64AdapterUserId
The id of the user in the backing adapter
Public propertyTicketUserMatchDiscriminatorDiscriminator
If true, the discrimination will go on both type and department
Public propertyStringName
The name of the ticket user
Public propertyNullableT, T: Int64ServiceProviderId
The id of the service provider to which the user is related, if any
Top
Implemented by
See Also