Craig's Utility Library  4.0 Beta
Utilities.IO.Messaging.Interfaces.IFormatter Interface Reference

Formatter interface More...

Inheritance diagram for Utilities.IO.Messaging.Interfaces.IFormatter:
Utilities.IO.Messaging.Default.DefaultFormatter

Public Member Functions

void Format< T > (IMessage Message, T Model)
 Formats the message More...
 

Properties

string Name [get]
 Name of the formatter More...
 

Detailed Description

Formatter interface

Definition at line 27 of file IFormatter.cs.

Member Function Documentation

void Utilities.IO.Messaging.Interfaces.IFormatter.Format< T > ( IMessage  Message,
Model 
)

Formats the message

Parameters
MessageMessage to format
ModelModel object used to format the message
Returns
The formatted message

Implemented in Utilities.IO.Messaging.Default.DefaultFormatter.

Property Documentation

string Utilities.IO.Messaging.Interfaces.IFormatter.Name
get

Name of the formatter

Definition at line 32 of file IFormatter.cs.


The documentation for this interface was generated from the following file: