| IReceiverFormatManager Interface |
Namespace: VirtualRadar.Interface.Listener
The IReceiverFormatManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Singleton |
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.) |
| Name | Description | |
|---|---|---|
| GetProvider |
Returns the registered provider with the identifier supplied or null if no provider has been
registered for this ID.
| |
| GetRegisteredFormats |
Returns a collection of all registered receiver formats in a summarised form.
| |
| Initialise |
Initialises the format manager.
| |
| RegisterProvider |
Registers a provider.
| |
| ShortName |
Returns the short name associated with the unique ID passed across. If there is no
provider registered with the unique ID then a string along the lines of "Unknown"
is returned.
|