ComputedFact

Defines the base class for creating custom computed facts. Computed facts provide the ability to create custom calculations that extend the built-in factsets for a grid object. The computed fact can be in constraints. User defined computed facts are required to subclass this class. In order to use ComputedFact, you must deploy a subclass of ComputedFact and then create a linked fact referencing the deployed ComputedFact. The linked fact is then used in constraints.

See Also