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

Inheritance: IFormatProvider, ICustomFormatter
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
Format ( string format, object arg, IFormatProvider formatProvider ) : string
GetFormat ( Type formatType ) : object

Méthodes protégées

Méthode Description
FormatMessage ( Message message, string format ) : string

Method Details

Format() public méthode

public Format ( string format, object arg, IFormatProvider formatProvider ) : string
format string
arg object
formatProvider IFormatProvider
Résultat string

FormatMessage() protected abstract méthode

protected abstract FormatMessage ( Message message, string format ) : string
message Message
format string
Résultat string

GetFormat() public méthode

public GetFormat ( Type formatType ) : object
formatType System.Type
Résultat object