Click or drag to resize
ITicketRegardingDisplayFormatterT Interface

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

Formats an entity for display as regarding object in Ticketing

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ITicketRegardingDisplayFormatter<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
  NameDescription
Public methodStringGetDisplayName(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