ProjectInstaller Class

 

Do not use. Supports the Master Data Services Workflow service.

Namespace:   Microsoft.MasterDataServices.Workflow
Assembly:  Microsoft.MasterDataServices.Workflow (in Microsoft.MasterDataServices.Workflow.dll)

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Configuration.Install.Installer
        Microsoft.MasterDataServices.Workflow.ProjectInstaller

Syntax

public class ProjectInstaller : Installer
public ref class ProjectInstaller : Installer
type ProjectInstaller = 
    class
        inherit Installer
    end
Public Class ProjectInstaller
    Inherits Installer

Constructors

Name Description
System_CAPS_pubmethod ProjectInstaller()

Initializes a new instance of the ProjectInstaller class.

Properties

Name Description
System_CAPS_protproperty CanRaiseEvents

(Inherited from Component.)

System_CAPS_pubproperty Container

(Inherited from Component.)

System_CAPS_pubproperty Context

(Inherited from Installer.)

System_CAPS_protproperty DesignMode

(Inherited from Component.)

System_CAPS_protproperty Events

(Inherited from Component.)

System_CAPS_pubproperty HelpText

(Inherited from Installer.)

System_CAPS_pubproperty Installers

(Inherited from Installer.)

System_CAPS_pubproperty Parent

(Inherited from Installer.)

System_CAPS_pubproperty Site

(Inherited from Component.)

Methods

Name Description
System_CAPS_pubmethod Commit(IDictionary)

(Inherited from Installer.)

System_CAPS_pubmethod CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Dispose()

(Inherited from Component.)

System_CAPS_protmethod Dispose(Boolean)

Releases the unmanaged resources used by the ProjectInstaller class and optionally releases the managed resources.(Overrides Component.Dispose(Boolean).)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Component.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod GetService(Type)

(Inherited from Component.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Install(IDictionary)

(Inherited from Installer.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod OnAfterInstall(IDictionary)

(Inherited from Installer.)

System_CAPS_protmethod OnAfterRollback(IDictionary)

(Inherited from Installer.)

System_CAPS_protmethod OnAfterUninstall(IDictionary)

(Inherited from Installer.)

System_CAPS_protmethod OnBeforeInstall(IDictionary)

(Inherited from Installer.)

System_CAPS_protmethod OnBeforeRollback(IDictionary)

(Inherited from Installer.)

System_CAPS_protmethod OnBeforeUninstall(IDictionary)

(Inherited from Installer.)

System_CAPS_protmethod OnCommitted(IDictionary)

(Inherited from Installer.)

System_CAPS_protmethod OnCommitting(IDictionary)

(Inherited from Installer.)

System_CAPS_pubmethod Rollback(IDictionary)

(Inherited from Installer.)

System_CAPS_pubmethod ToString()

(Inherited from Component.)

System_CAPS_pubmethod Uninstall(IDictionary)

(Inherited from Installer.)

Events

Name Description
System_CAPS_pubevent AfterInstall

(Inherited from Installer.)

System_CAPS_pubevent AfterRollback

(Inherited from Installer.)

System_CAPS_pubevent AfterUninstall

(Inherited from Installer.)

System_CAPS_pubevent BeforeInstall

(Inherited from Installer.)

System_CAPS_pubevent BeforeRollback

(Inherited from Installer.)

System_CAPS_pubevent BeforeUninstall

(Inherited from Installer.)

System_CAPS_pubevent Committed

(Inherited from Installer.)

System_CAPS_pubevent Committing

(Inherited from Installer.)

System_CAPS_pubevent Disposed

(Inherited from Component.)

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.

See Also

Microsoft.MasterDataServices.Workflow Namespace

Return to top