C# Class NSoft.NFramework.DynamicProxy.NotifyPropertyChangedInterceptor

Inheritance: Castle.DynamicProxy.IInterceptor
显示文件 Open project: debop/NFramework

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void

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

Protected Methods

Method Description
OnPropertyChanged ( object invocationTarget, string propertyName ) : void

Method Details

Intercept() public method

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

OnPropertyChanged() protected method

protected OnPropertyChanged ( object invocationTarget, string propertyName ) : void
invocationTarget object
propertyName string
return void