C# 클래스 WPFLocalizeExtension.Extensions.LocTextExtension

상속: LocExtension
파일 보기 프로젝트 열기: SeriousM/WPFLocalizationExtension 1 사용 예제들

공개 메소드들

메소드 설명
FormatOutput ( TargetInfo endPoint, TargetInfo info ) : object

This function returns the properly prepared output of the markup extension.

LocTextExtension ( ) : System
LocTextExtension ( string key ) : System

보호된 메소드들

메소드 설명
FormatText ( string target ) : string

This method formats the localized text. If the passed target text is null, string.empty will be returned.

비공개 메소드들

메소드 설명
GetAppendText ( TextAppendType at ) : string

Returns the prefix or suffix text, depending on the supplied TextAppendType. If the prefix or suffix is null, it will be returned a string.empty.

메소드 상세

FormatOutput() 공개 메소드

This function returns the properly prepared output of the markup extension.
public FormatOutput ( TargetInfo endPoint, TargetInfo info ) : object
endPoint TargetInfo Information about the endpoint.
info TargetInfo Information about the target.
리턴 object

FormatText() 보호된 메소드

This method formats the localized text. If the passed target text is null, string.empty will be returned.
protected FormatText ( string target ) : string
target string The text to format.
리턴 string

LocTextExtension() 공개 메소드

public LocTextExtension ( ) : System
리턴 System

LocTextExtension() 공개 메소드

public LocTextExtension ( string key ) : System
key string
리턴 System