C# Класс Com.PhilChuang.Utils.MvvmNotificationChainer.NotificationChainPropertyAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CallProperties ( object obj ) : void

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

Описание методов

CallProperties() публичный статический Метод

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
Результат void