Skip to main content
.NET 6.0+

CalculatedAttribute Properties

Applied to business class properties. Specifies an expression used to calculate the target property value in the Data View mode.
Name Description
Expression Specifies an expression used to calculate the CalculatedAttribute‘s target property value in the Data View mode.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also