C# Class PerplexMail.Installer.UmbracoInstaller

Inheritance: IPackageAction
Afficher le fichier Open project: PerplexInternetmarketing/PerplexMail-for-Umbraco

Méthodes publiques

Méthode Description
Alias ( ) : string
CleanUpDatabase ( ) : void
DowngradeWebConfig ( ) : void
Execute ( string packageName, System xmlData ) : bool
SampleXml ( ) : XmlNode
Undo ( string packageName, System xmlData ) : bool
UpgradeWebConfig ( ) : void

Private Methods

Méthode Description
IsLegacyInstallation ( ) : bool

Method Details

Alias() public méthode

public Alias ( ) : string
Résultat string

CleanUpDatabase() public méthode

public CleanUpDatabase ( ) : void
Résultat void

DowngradeWebConfig() public méthode

public DowngradeWebConfig ( ) : void
Résultat void

Execute() public méthode

public Execute ( string packageName, System xmlData ) : bool
packageName string
xmlData System
Résultat bool

SampleXml() public méthode

public SampleXml ( ) : XmlNode
Résultat System.Xml.XmlNode

Undo() public méthode

public Undo ( string packageName, System xmlData ) : bool
packageName string
xmlData System
Résultat bool

UpgradeWebConfig() public méthode

public UpgradeWebConfig ( ) : void
Résultat void