C# 클래스 SmartFormat.Extensions.TemplateFormatter

상속: IFormatter
파일 보기 프로젝트 열기: scottrippey/SmartFormat.NET 1 사용 예제들

공개 메소드들

메소드 설명
Register ( string templateName, string template ) : void
Remove ( string templateName ) : bool
TemplateFormatter ( SmartFormatter formatter ) : System
TryEvaluateFormat ( IFormattingInfo formattingInfo ) : bool

메소드 상세

Register() 공개 메소드

public Register ( string templateName, string template ) : void
templateName string
template string
리턴 void

Remove() 공개 메소드

public Remove ( string templateName ) : bool
templateName string
리턴 bool

TemplateFormatter() 공개 메소드

public TemplateFormatter ( SmartFormatter formatter ) : System
formatter SmartFormatter
리턴 System

TryEvaluateFormat() 공개 메소드

public TryEvaluateFormat ( IFormattingInfo formattingInfo ) : bool
formattingInfo IFormattingInfo
리턴 bool