AssociatingTagging
AssociatingTagging have the following purposes:
- Enumerate tags assigned to IDEA fields.
- Assign tags to IDEA fields.
- Create associations between audit tests and IDEA databases. Associations may be either tags based or direct.
| Command | Description |
|---|---|
| AssociatingTagging | Gets the tagging object for the given database. |
| AssociatePrimary | The method associates the active IDEA database(the one specified in the AssociatingTagging object) with the primary input files of the audit tests specified by the test filter. |
| AssociateSecondary | The method associates the active IDEA database(the one specified in the constructor of the AssociatingTagging object) with secondary input files of the audit tests specified by the test filter. |
| GetFieldName | Obtaining the field name for a tag. |
| GetTag | Obtaining the tag assigned to an IDEA field. |
| Save | Physically saves the tags assigned earlier with the SetTag method. |
| SetTag | Realizes tagID - field name association from within a macro via SmartContext. |