C# Класс Tortuga.Anchor.Modeling.CalculatedFieldAttribute

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

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

Метод Описание
CalculatedFieldAttribute ( string sources ) : System

Apply this attribute to indicate which properties affect this calculated property. Classes that inherit from ModelBase will use this information to automatically throw the appropriate property changed events.

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

CalculatedFieldAttribute() публичный Метод

Apply this attribute to indicate which properties affect this calculated property. Classes that inherit from ModelBase will use this information to automatically throw the appropriate property changed events.
public CalculatedFieldAttribute ( string sources ) : System
sources string Comma separated list of properties that, when changed, invalidate this property. Whitespace will be trimmed.
Результат System