Craig's Utility Library  4.0 Beta
Utilities.IO.Messaging.Default.DefaultFormatter Class Reference

Default formatter if one isn't found More...

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

Public Member Functions

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

Properties

string Name [get]
 Name of the formatter More...
 
- Properties inherited from Utilities.IO.Messaging.Interfaces.IFormatter
string Name [get]
 Name of the formatter More...
 

Detailed Description

Default formatter if one isn't found

Definition at line 31 of file DefaultFormatter.cs.

Member Function Documentation

void Utilities.IO.Messaging.Default.DefaultFormatter.Format< T > ( IMessage  Message,
Model 
)

Formats the message

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

Implements Utilities.IO.Messaging.Interfaces.IFormatter.

Definition at line 44 of file DefaultFormatter.cs.

Property Documentation

string Utilities.IO.Messaging.Default.DefaultFormatter.Name
get

Name of the formatter

Definition at line 36 of file DefaultFormatter.cs.


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