Click or drag to resize
ELIS

ELISKalenderServiceInstaller Klasse

Einsatzleit- & Informationssystem
ELIS Kalender ServiceInstaller
Vererbungshierarchie

Namensraum:  ELIS.ELISKalenderService
Assembly:  ELISKalenderService (in ELISKalenderService.exe) Version: 3.7.8514.19283
Syntax
public class ELISKalenderServiceInstaller : Installer

Der ELISKalenderServiceInstaller Typ exponiert die folgenden Member.

Konstruktoren
  NameBeschreibung
Public MethodeELISKalenderServiceInstaller
ELIS Kalender Service Installer
Zurück nach oben
Eigenschaften
  NameBeschreibung
Protected EigenschaftCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Vererbt von Component.)
Public EigenschaftContainer
Gets the IContainer that contains the Component.
(Vererbt von Component.)
Public EigenschaftContext
Gets or sets information about the current installation.
(Vererbt von Installer.)
Protected EigenschaftDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Vererbt von Component.)
Protected EigenschaftEvents
Gets the list of event handlers that are attached to this Component.
(Vererbt von Component.)
Public EigenschaftHelpText
Gets the help text for all the installers in the installer collection.
(Vererbt von Installer.)
Public EigenschaftInstallers
Gets the collection of installers that this installer contains.
(Vererbt von Installer.)
Public EigenschaftParent
Gets or sets the installer containing the collection that this installer belongs to.
(Vererbt von Installer.)
Public EigenschaftSite
Gets or sets the ISite of the Component.
(Vererbt von Component.)
Zurück nach oben
Methoden
  NameBeschreibung
Public MethodeCommit
When overridden in a derived class, completes the install transaction.
(Vererbt von Installer.)
Public MethodeCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Vererbt von MarshalByRefObject.)
Public MethodeDispose
Releases all resources used by the Component.
(Vererbt von Component.)
Protected MethodeDispose(Boolean)
Clean up any resources being used.
(Überschreibt ComponentDispose(Boolean).)
Public MethodeEquals
Determines whether the specified object is equal to the current object.
(Vererbt von Object.)
Protected MethodeFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Vererbt von Component.)
Public MethodeGetHashCode
Serves as the default hash function.
(Vererbt von Object.)
Public MethodeGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Vererbt von MarshalByRefObject.)
Protected MethodeGetService
Returns an object that represents a service provided by the Component or by its Container.
(Vererbt von Component.)
Public MethodeGetType
Gets the Type of the current instance.
(Vererbt von Object.)
Public MethodeInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Vererbt von MarshalByRefObject.)
Public MethodeInstall
When overridden in a derived class, performs the installation.
(Vererbt von Installer.)
Protected MethodeMemberwiseClone
Creates a shallow copy of the current Object.
(Vererbt von Object.)
Protected MethodeMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Vererbt von MarshalByRefObject.)
Protected MethodeOnAfterInstall
Raises the AfterInstall event.
(Vererbt von Installer.)
Protected MethodeOnAfterRollback
Raises the AfterRollback event.
(Vererbt von Installer.)
Protected MethodeOnAfterUninstall
Raises the AfterUninstall event.
(Vererbt von Installer.)
Protected MethodeOnBeforeInstall
Raises the BeforeInstall event.
(Vererbt von Installer.)
Protected MethodeOnBeforeRollback
Raises the BeforeRollback event.
(Vererbt von Installer.)
Protected MethodeOnBeforeUninstall
Raises the BeforeUninstall event.
(Vererbt von Installer.)
Protected MethodeOnCommitted
Raises the Committed event.
(Vererbt von Installer.)
Protected MethodeOnCommitting
Raises the Committing event.
(Vererbt von Installer.)
Public MethodeRollback
When overridden in a derived class, restores the pre-installation state of the computer.
(Vererbt von Installer.)
Public MethodeToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Vererbt von Component.)
Public MethodeUninstall
When overridden in a derived class, removes an installation.
(Vererbt von Installer.)
Zurück nach oben
Ereignisse
  NameBeschreibung
Public EreignisAfterInstall
Occurs after the Install(IDictionary) methods of all the installers in the Installers property have run.
(Vererbt von Installer.)
Public EreignisAfterRollback
Occurs after the installations of all the installers in the Installers property are rolled back.
(Vererbt von Installer.)
Public EreignisAfterUninstall
Occurs after all the installers in the Installers property perform their uninstallation operations.
(Vererbt von Installer.)
Public EreignisBeforeInstall
Occurs before the Install(IDictionary) method of each installer in the installer collection has run.
(Vererbt von Installer.)
Public EreignisBeforeRollback
Occurs before the installers in the Installers property are rolled back.
(Vererbt von Installer.)
Public EreignisBeforeUninstall
Occurs before the installers in the Installers property perform their uninstall operations.
(Vererbt von Installer.)
Public EreignisCommitted
Occurs after all the installers in the Installers property have committed their installations.
(Vererbt von Installer.)
Public EreignisCommitting
Occurs before the installers in the Installers property committ their installations.
(Vererbt von Installer.)
Public EreignisDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Vererbt von Component.)
Zurück nach oben
Siehe auch