C# Class PropertyNotificationInterceptor, NotifyPropertyWeaver

Afficher le fichier Open project: shiftkey/NotifyPropertyWeaver

Méthodes publiques

Méthode Description
Intercept ( object target, Action action, string propertyName ) : void
Intercept ( object target, Action action, string propertyName, object before, object after ) : void

Method Details

Intercept() public static méthode

public static Intercept ( object target, Action action, string propertyName ) : void
target object
action Action
propertyName string
Résultat void

Intercept() public static méthode

public static Intercept ( object target, Action action, string propertyName, object before, object after ) : void
target object
action Action
propertyName string
before object
after object
Résultat void