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

Inheritance: INotifyPropertyChanged, IDisposable
Afficher le fichier Open project: usagirei/3DS-Theme-Editor

Méthodes publiques

Свойство Type Description
Property System.Reflection.PropertyInfo

Méthodes publiques

Méthode Description
Dispose ( ) : void
PropertyProxy ( PropertyInfo pi, object target ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName = null ) : void

Private Methods

Méthode Description
RegisterPropertyChanged ( ) : void
TargetOnPropertyChanged ( object sender, PropertyChangedEventArgs args ) : void
UnregisterPropertyChanged ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
Résultat void

PropertyProxy() public méthode

public PropertyProxy ( PropertyInfo pi, object target ) : System
pi System.Reflection.PropertyInfo
target object
Résultat System

Property Details

Property public_oe property

public PropertyInfo,System.Reflection Property
Résultat System.Reflection.PropertyInfo