C# Class PerplexMail.Installer.UmbracoInstaller

Inheritance: IPackageAction
Mostra file Open project: PerplexInternetmarketing/PerplexMail-for-Umbraco

Public Methods

Method 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

Method Description
IsLegacyInstallation ( ) : bool

Method Details

Alias() public method

public Alias ( ) : string
return string

CleanUpDatabase() public method

public CleanUpDatabase ( ) : void
return void

DowngradeWebConfig() public method

public DowngradeWebConfig ( ) : void
return void

Execute() public method

public Execute ( string packageName, System xmlData ) : bool
packageName string
xmlData System
return bool

SampleXml() public method

public SampleXml ( ) : XmlNode
return System.Xml.XmlNode

Undo() public method

public Undo ( string packageName, System xmlData ) : bool
packageName string
xmlData System
return bool

UpgradeWebConfig() public method

public UpgradeWebConfig ( ) : void
return void