C# Class Com.PhilChuang.Utils.MvvmNotificationChainer.NotificationChainPropertyAttribute

Inheritance: System.Attribute
Show file Open project: philchuang/MvvmNotificationChainer Class Usage Examples

Public Methods

Method Description
CallProperties ( object obj ) : void

Looks for every property decorated with the NotificationChainPropertyAttribute and calls the getter, which should initialize any NotificationChains.

Method Details

CallProperties() public static method

Looks for every property decorated with the NotificationChainPropertyAttribute and calls the getter, which should initialize any NotificationChains.
public static CallProperties ( object obj ) : void
obj object
return void