C# Class Tp.I18n.Intl

Inheritance: IIntl
Afficher le fichier Open project: TargetProcess/Tp.I18n

Méthodes publiques

Méthode Description
GetFormattedMessage ( string token ) : IFormattedMessage
GetFormattedMessage ( string token, object data ) : IFormattedMessage
Intl ( IMessageFormatter messageFormatter ) : System.Collections.Generic

Private Methods

Méthode Description
ObjectToDictionary ( object obj ) : object>.IDictionary

Method Details

GetFormattedMessage() public méthode

public GetFormattedMessage ( string token ) : IFormattedMessage
token string
Résultat IFormattedMessage

GetFormattedMessage() public méthode

public GetFormattedMessage ( string token, object data ) : IFormattedMessage
token string
data object
Résultat IFormattedMessage

Intl() public méthode

public Intl ( IMessageFormatter messageFormatter ) : System.Collections.Generic
messageFormatter IMessageFormatter
Résultat System.Collections.Generic