C# 클래스 WPFLocalizeExtension.Engine.LocProxy

A proxy class to localize object strings.
상속: System.Windows.FrameworkElement
파일 보기 프로젝트 열기: SeriousM/WPFLocalizationExtension

공개 프로퍼티들

프로퍼티 타입 설명
PrefixProperty System.Windows.DependencyProperty
PrependTypeProperty System.Windows.DependencyProperty
ResultProperty System.Windows.DependencyPropertyKey
SeparatorProperty System.Windows.DependencyProperty
SourceProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
PropertiesChanged void

공개 메소드들

메소드 설명
LocProxy ( ) : System

Creates a new enum localizer.

비공개 메소드들

메소드 설명
PropertiesChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

A notification handler for the LocProxy.SourceProperty.

메소드 상세

LocProxy() 공개 메소드

Creates a new enum localizer.
public LocProxy ( ) : System
리턴 System

프로퍼티 상세

PrefixProperty 공개적으로 정적으로 프로퍼티

The Prefix.
public static DependencyProperty,System.Windows PrefixProperty
리턴 System.Windows.DependencyProperty

PrependTypeProperty 공개적으로 정적으로 프로퍼티

This flag determines, if the type should be added using the given separator.
public static DependencyProperty,System.Windows PrependTypeProperty
리턴 System.Windows.DependencyProperty

ResultProperty 공개적으로 정적으로 프로퍼티

The result.
public static DependencyPropertyKey,System.Windows ResultProperty
리턴 System.Windows.DependencyPropertyKey

SeparatorProperty 공개적으로 정적으로 프로퍼티

The Separator.
public static DependencyProperty,System.Windows SeparatorProperty
리턴 System.Windows.DependencyProperty

SourceProperty 공개적으로 정적으로 프로퍼티

The source.
public static DependencyProperty,System.Windows SourceProperty
리턴 System.Windows.DependencyProperty