Interviewer - Server > Reference > Activation components
 
Activation components
The following diagrams give an overview of the architecture of the Activate component and the classes used in activation.
Activate component architecture
Activation classes
ActivateDocument Object Model
The ActivateDocument is an XML file that contains all the information required for activating a project. It is created using the Activate dialog box in UNICOM Intelligence Professional, or by running the Activate program from the command line with the –d option. The ActivateDocument object model describes how the methods and properties that are used for processing this document and activating projects.
See ActivateDocument object model.
Activate.Interfaces object model
The Activate.Interfaces component contains the interface information required by scripting languages such as mrScriptBasic and by COM clients. This component is required by ActivateClient.dll, ActivateServer.dll and the ActivateDocument.dll.
See Activate.Interfaces object model.
ActivateClient object model
ActivateClient.dll contains the dialog and methods required to activate a project. This component is used to show the activate dialog or to start the activation process directly (for example, it is used by the command line activate tool). All third party activation tools must use the methods on this component to activate a project.
See ActivateClient object model.
See also
Reference