CalculatedFieldAttribute Constructor

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.

Namespace:  Tortuga.Anchor.Modeling
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public CalculatedFieldAttribute(
	string sources
)
Public Sub New ( _
	sources As String _
)

Parameters

sources
Type: String
Comma separated list of properties that, when changed, invalidate this property. Whitespace will be trimmed.

Exceptions


ExceptionCondition
[ArgumentException]sources