C# Class SmartFormat.Extensions.TemplateFormatter

Inheritance: IFormatter
Afficher le fichier Open project: scottrippey/SmartFormat.NET Class Usage Examples

Méthodes publiques

Méthode Description
Register ( string templateName, string template ) : void
Remove ( string templateName ) : bool
TemplateFormatter ( SmartFormatter formatter ) : System
TryEvaluateFormat ( IFormattingInfo formattingInfo ) : bool

Method Details

Register() public méthode

public Register ( string templateName, string template ) : void
templateName string
template string
Résultat void

Remove() public méthode

public Remove ( string templateName ) : bool
templateName string
Résultat bool

TemplateFormatter() public méthode

public TemplateFormatter ( SmartFormatter formatter ) : System
formatter SmartFormatter
Résultat System

TryEvaluateFormat() public méthode

public TryEvaluateFormat ( IFormattingInfo formattingInfo ) : bool
formattingInfo IFormattingInfo
Résultat bool