C# 클래스 ThemeEditor.WPF.Templating.PropertyListConverter.PropertyProxy

상속: INotifyPropertyChanged, IDisposable
파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor

공개 프로퍼티들

프로퍼티 타입 설명
Property System.Reflection.PropertyInfo

공개 메소드들

메소드 설명
Dispose ( ) : void
PropertyProxy ( PropertyInfo pi, object target ) : System

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName = null ) : void

비공개 메소드들

메소드 설명
RegisterPropertyChanged ( ) : void
TargetOnPropertyChanged ( object sender, PropertyChangedEventArgs args ) : void
UnregisterPropertyChanged ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
리턴 void

PropertyProxy() 공개 메소드

public PropertyProxy ( PropertyInfo pi, object target ) : System
pi System.Reflection.PropertyInfo
target object
리턴 System

프로퍼티 상세

Property 공개적으로 프로퍼티

public PropertyInfo,System.Reflection Property
리턴 System.Reflection.PropertyInfo