C# 클래스 LogoFX.Client.Mvvm.View.Infra.MarkupExtensions.LocalizedStringExtension

상속: UpdatableMarkupExtension
파일 보기 프로젝트 열기: LogoFX/LogoFX

공개 메소드들

메소드 설명
LocalizedStringExtension ( ) : System

Initializes a new instance of the LocalizedStringExtension class.

LocalizedStringExtension ( string key ) : System

Initializes a new instance of the LocalizedStringExtension class.

LocalizedStringExtension ( string key, string fallback ) : System

Initializes a new instance of the LocalizedStringExtension class.

보호된 메소드들

메소드 설명
ProvideValueInternal ( IServiceProvider serviceProvider ) : object

Provides the localization value by key specified in constructor.

비공개 메소드들

메소드 설명
GetValue ( ) : object

메소드 상세

LocalizedStringExtension() 공개 메소드

Initializes a new instance of the LocalizedStringExtension class.
public LocalizedStringExtension ( ) : System
리턴 System

LocalizedStringExtension() 공개 메소드

Initializes a new instance of the LocalizedStringExtension class.
public LocalizedStringExtension ( string key ) : System
key string The localized value will be found by this parameter.
리턴 System

LocalizedStringExtension() 공개 메소드

Initializes a new instance of the LocalizedStringExtension class.
public LocalizedStringExtension ( string key, string fallback ) : System
key string The localized value will be found by this parameter.
fallback string The value that will be returned if the localization value not found.
리턴 System

ProvideValueInternal() 보호된 메소드

Provides the localization value by key specified in constructor.
protected ProvideValueInternal ( IServiceProvider serviceProvider ) : object
serviceProvider IServiceProvider This parameter is not used.
리턴 object