Marks the properties that can be bound to an expression.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public sealed class CalculableAttribute : Attribute
Visual Basic (Declaration)
Public NotInheritable Class CalculableAttribute _
	Inherits Attribute
Visual C++
public ref class CalculableAttribute sealed : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    PerpetuumSoft.Instrumentation.Model..::.CalculableAttribute

See Also