C# Class ThemeEditor.WPF.Templating.PropertyListConverter.PropertyProxy

Inheritance: INotifyPropertyChanged, IDisposable
Datei anzeigen Open project: usagirei/3DS-Theme-Editor

Public Properties

Property Type Description
Property System.Reflection.PropertyInfo

Public Methods

Method Description
Dispose ( ) : void
PropertyProxy ( PropertyInfo pi, object target ) : System

Protected Methods

Method Description
OnPropertyChanged ( string propertyName = null ) : void

Private Methods

Method Description
RegisterPropertyChanged ( ) : void
TargetOnPropertyChanged ( object sender, PropertyChangedEventArgs args ) : void
UnregisterPropertyChanged ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
return void

PropertyProxy() public method

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

Property Details

Property public_oe property

public PropertyInfo,System.Reflection Property
return System.Reflection.PropertyInfo