C# 클래스 PropertyNotificationInterceptor, NotifyPropertyWeaver

파일 보기 프로젝트 열기: shiftkey/NotifyPropertyWeaver

공개 메소드들

메소드 설명
Intercept ( object target, Action action, string propertyName ) : void
Intercept ( object target, Action action, string propertyName, object before, object after ) : void

메소드 상세

Intercept() 공개 정적인 메소드

public static Intercept ( object target, Action action, string propertyName ) : void
target object
action Action
propertyName string
리턴 void

Intercept() 공개 정적인 메소드

public static Intercept ( object target, Action action, string propertyName, object before, object after ) : void
target object
action Action
propertyName string
before object
after object
리턴 void