C# Class AOP01.Test2.NotifyPropertyInterceptor

Inheritance: IInterceptor
Datei anzeigen Open project: VahidN/AOP-Sample

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void

Private Methods

Method Description
raisePropertyChangedEvent ( IInvocation invocation, string propertyName, Type type ) : void

Method Details

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void