C# Class MahTweets.Configuration.AutoNotifyPropertyChangedInterceptor

Inheritance: IInterceptor
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode Description
Intercept ( IInvocation invocation ) : void

Private Methods

Méthode Description
ChangeNotificationForDependentProperties ( MethodInfo methodInfo, BaseViewModel model ) : void
GetAdditionalPropertiesToChangeNotify ( MethodInfo methodInfo ) : IEnumerable
GetPropertyInfoForSetterMethod ( MethodInfo methodInfo ) : PropertyInfo
NoAdditionalProperties ( MethodInfo methodInfo ) : bool

Method Details

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void