C# Class NSoft.NFramework.DynamicProxy.NotifyPropertyChangedInterceptor

Inheritance: Castle.DynamicProxy.IInterceptor
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
Intercept ( IInvocation invocation ) : void

원본 인스턴스에 대한 작업에 대해 Intercept를 수행합니다.

Méthodes protégées

Méthode Description
OnPropertyChanged ( object invocationTarget, string propertyName ) : void

Method Details

Intercept() public méthode

원본 인스턴스에 대한 작업에 대해 Intercept를 수행합니다.
public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( object invocationTarget, string propertyName ) : void
invocationTarget object
propertyName string
Résultat void