C# Class Castle.Facilities.WcfIntegration.Behaviors.AbstractMessageFormatter

Inheritance: IFormatProvider, ICustomFormatter
Show file Open project: castleproject/Windsor

Public Methods

Method Description
Format ( string format, object arg, IFormatProvider formatProvider ) : string
GetFormat ( Type formatType ) : object

Protected Methods

Method Description
FormatMessage ( Message message, string format ) : string

Method Details

Format() public method

public Format ( string format, object arg, IFormatProvider formatProvider ) : string
format string
arg object
formatProvider IFormatProvider
return string

FormatMessage() protected abstract method

protected abstract FormatMessage ( Message message, string format ) : string
message Message
format string
return string

GetFormat() public method

public GetFormat ( Type formatType ) : object
formatType System.Type
return object