C# 클래스 BamlLocalization.BamlLocalizabilityByReflection

상속: System.Windows.Markup.Localizer.BamlLocalizabilityResolver
파일 보기 프로젝트 열기: JeremyDurnell/locbaml 1 사용 예제들

공개 메소드들

메소드 설명
BamlLocalizabilityByReflection ( ) : System
GetElementLocalizability ( string assembly, string className ) : System.Windows.Markup.Localizer.ElementLocalizability

Return the localizability of an element to the BamlLocalizer

GetPropertyLocalizability ( string assembly, string className, string property ) : System.Windows.LocalizabilityAttribute

return localizability of a property to the BamlLocalizer

ResolveAssemblyFromClass ( string className ) : string

Resolve a class name back to its containing assembly

ResolveFormattingTagToClass ( string formattingTag ) : string

Resolve a formatting tag back to the actual class name

비공개 메소드들

메소드 설명
DependencyPropertyFromName ( string propertyName, Type propertyType ) : DependencyProperty
GetAssemblyShortName ( string assemblyFullName ) : string
GetCompatibleAssemblyName ( string shortName ) : string
GetLocalizabilityForAttachedProperty ( string propertyName, Type owner, System.Windows.LocalizabilityAttribute &localizability, Type &propertyType ) : void

Get localizability for attached property

GetLocalizabilityForClrProperty ( string propertyName, Type owner, System.Windows.LocalizabilityAttribute &localizability, Type &propertyType ) : void

Get the localizability of a CLR property

GetLocalizabilityFromType ( Type type ) : System.Windows.LocalizabilityAttribute

gets the localizabiity attribute of a given the type

GetType ( string assemblyName, string className ) : Type

메소드 상세

BamlLocalizabilityByReflection() 공개 메소드

public BamlLocalizabilityByReflection ( ) : System
리턴 System

GetElementLocalizability() 공개 메소드

Return the localizability of an element to the BamlLocalizer
public GetElementLocalizability ( string assembly, string className ) : System.Windows.Markup.Localizer.ElementLocalizability
assembly string
className string
리턴 System.Windows.Markup.Localizer.ElementLocalizability

GetPropertyLocalizability() 공개 메소드

return localizability of a property to the BamlLocalizer
public GetPropertyLocalizability ( string assembly, string className, string property ) : System.Windows.LocalizabilityAttribute
assembly string
className string
property string
리턴 System.Windows.LocalizabilityAttribute

ResolveAssemblyFromClass() 공개 메소드

Resolve a class name back to its containing assembly
public ResolveAssemblyFromClass ( string className ) : string
className string
리턴 string

ResolveFormattingTagToClass() 공개 메소드

Resolve a formatting tag back to the actual class name
public ResolveFormattingTagToClass ( string formattingTag ) : string
formattingTag string
리턴 string