ITicketRegardingDisplayFormatterT Interface |
[This is preliminary documentation and is subject to change.]
Formats an entity for display as regarding object in Ticketing
Namespace: Netadmin.Management.TicketingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxpublic interface ITicketRegardingDisplayFormatter<in T>
Public Interface ITicketRegardingDisplayFormatter(Of In T)
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Netadmin.Management.Ticketing.ITicketRegardingDisplayFormatter`1"]
The ITicketRegardingDisplayFormatterT type exposes the following members.
Methods
| Name | Description |
---|
 | String | GetDisplayName(T) |
Returns a friendly name for the specified regarding object
|
Top
Remarks
Only applicable T are entities supported by Ticketing:
* IAddress
* ISite
* ISubscription
* ICustomer
* IDevice
See Also