C# 클래스 Catel.Services.LanguageServiceBase

Abstract class to allow partial abstract methods.
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
GetString ( ILanguageSource languageSource, string resourceName, CultureInfo cultureInfo ) : string

Gets the string from the specified resource file with the current culture.

보호된 메소드들

메소드 설명
PreloadLanguageSource ( ILanguageSource languageSource ) : void

Preloads the language sources to provide optimal performance.

메소드 상세

GetString() 공개 추상적인 메소드

Gets the string from the specified resource file with the current culture.
The is null. The is null. The is null.
public abstract GetString ( ILanguageSource languageSource, string resourceName, CultureInfo cultureInfo ) : string
languageSource ILanguageSource The language source.
resourceName string Name of the resource.
cultureInfo System.Globalization.CultureInfo The culture information.
리턴 string

PreloadLanguageSource() 보호된 추상적인 메소드

Preloads the language sources to provide optimal performance.
protected abstract PreloadLanguageSource ( ILanguageSource languageSource ) : void
languageSource ILanguageSource The language source.
리턴 void