kCura.EventHandler.IInstallEventHandlerProperties public interface IInstallEventHandlerProperties Documentation int ApplicationArtifactId { get; set; } Version CurrentVersion { get; } bool Dirty { get; set; } Version VersionInstalling { get; } void SetInstallProperties(Version currentVersion, Version versionInstalling, bool dirty, int applicationArtifactId, int workspaceId)