Click or drag to resize
IMessageFormaterT Interface

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

Implement this interface to create a message formater for a specific MessageType

Namespace: Netadmin.Management.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IMessageFormater<in T> : IMessageFormater

Type Parameters

T
The type of message to format, example ITicketPostMessage

The IMessageFormaterT type exposes the following members.

Properties
  NameDescription
Public propertyStringDescription (Inherited from IMessageFormater.)
Public propertyStringName (Inherited from IMessageFormater.)
Top
Methods
  NameDescription
Public methodIEnumerableT, T: IBasicMessageFormat(IEnumerableT, Int64)
Converts messages to IBasicMessages for a specific messageTypeId
Top
See Also