IInstallEventHandlerProperties
Interface that defines storage properties needed by the InstallEventHandlerBase class
Gest and/or sets artifact id of the application in the workspace.
Gets a current version of the application in the workspace. If first time install, version will be Nothing/null.
Gets and/or sets a boolean flag to indicate if the application had been unlocked for any reason since the last install.
Gets a version of the application being installed.
void SetInstallProperties(Version currentVersion, Version versionInstalling, bool dirty, int applicationArtifactId, int workspaceId)
Method which sets installation properties of an application.