Qualify replicates the Attribute.Qualify method to permit extension and interception of object qualification.
(vars Activation, obj any)
| 99 | // Qualify replicates the Attribute.Qualify method to permit extension and interception |
| 100 | // of object qualification. |
| 101 | Qualify(vars Activation, obj any) (any, error) |
| 102 | |
| 103 | // QualifyIfPresent qualifies the object if the qualifier is declared or defined on the object. |
| 104 | // The 'presenceOnly' flag indicates that the value is not necessary, just a boolean status as |