C# 클래스 Tortuga.Anchor.Modeling.CalculatedFieldAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: docevaad/Anchor 1 사용 예제들

공개 메소드들

메소드 설명
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