The following tables list the members exposed by IMMPxApplicationEx.
Public Properties
| Name | Description |
 | CurrentExtension | The name of the extension that is currently active in the Process Framework application (as string). |
 | CurrentNode | Accesses the node that is currently selected in the Process Framework application (as IMMPxNode). |
 | ExtensionNames | Provides an enumeration of Process Framework extension (as IMMEnumExtensionNames). |
Top
Public Methods
| Name | Description |
 | HydrateNodeFromDB | Method to refresh the data associated with a node using the latest information in the database. Input parameter is a node (as IMMPxNode). |
 | Startup | Method to start the Process Framework application with the appropriate login information and extensions appropriate to the user using input parameters of types IMMPxLogin and IMMEnumExtensionNames, respectively. |
 | UpdateNodeToDB | Method to refresh the database using the information from the node. Requires an input parameter of type IMMPxNode. |
Top
See Also