Access Constraint plugin interface for an Access Constraint.
Evaluate | Triggered when the plugin is evaluated for an access constraint value |
Free | Triggered just before the plugin is destroyed. |
Init | Triggered just before the first computational event trigger. |
PostCompute | Triggered after the calls to the Evaluate method, to allow for any required clean up. |
PreCompute | Triggered prior to the calls to the Evaluate method, to allow for any required initialization. |
Register | Triggered after application start-up, in order to register the constraint for specific STK object pairs for which this constraint is applicable. |
DisplayName | Triggered when the plugin is being registered. This is the name of the constraint used by STK. |