ProjectInstaller Class
Do not use. Supports the Master Data Services Workflow service.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Configuration.Install.Installer
Microsoft.MasterDataServices.Workflow.ProjectInstaller
Namespace: Microsoft.MasterDataServices.Workflow
Assembly: Microsoft.MasterDataServices.Workflow (in Microsoft.MasterDataServices.Workflow.dll)
Syntax
'Declaration
Public Class ProjectInstaller _
Inherits Installer
'Usage
Dim instance As ProjectInstaller
public class ProjectInstaller : Installer
public ref class ProjectInstaller : public Installer
type ProjectInstaller =
class
inherit Installer
end
public class ProjectInstaller extends Installer
The ProjectInstaller type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectInstaller | Do not use. Supports the Master Data Services Workflow service. |
Top
Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
Context | (Inherited from Installer.) | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
HelpText | (Inherited from Installer.) | |
Installers | (Inherited from Installer.) | |
Parent | (Inherited from Installer.) | |
Site | (Inherited from Component.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
AfterInstall | (Inherited from Installer.) | |
AfterRollback | (Inherited from Installer.) | |
AfterUninstall | (Inherited from Installer.) | |
BeforeInstall | (Inherited from Installer.) | |
BeforeRollback | (Inherited from Installer.) | |
BeforeUninstall | (Inherited from Installer.) | |
Committed | (Inherited from Installer.) | |
Committing | (Inherited from Installer.) | |
Disposed | (Inherited from Component.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.