C# Class FourRoads.Common.TelligentCommunity.Plugins.Base.CfsFilestoreInstaller

Inheritance: IInstallablePlugin
Afficher le fichier Open project: 4-Roads/FourRoads.TelligentCommunity

Méthodes publiques

Méthode Description
Initialize ( ) : void
Install ( System.Version lastInstalledVersion ) : void
Uninstall ( ) : void

Méthodes protégées

Méthode Description
GetFileStorageProvider ( string basePath, string resourceName, string &fileName ) : ICentralizedFileStorageProvider

Method Details

GetFileStorageProvider() protected méthode

protected GetFileStorageProvider ( string basePath, string resourceName, string &fileName ) : ICentralizedFileStorageProvider
basePath string
resourceName string
fileName string
Résultat ICentralizedFileStorageProvider

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Install() public méthode

public Install ( System.Version lastInstalledVersion ) : void
lastInstalledVersion System.Version
Résultat void

Uninstall() public méthode

public Uninstall ( ) : void
Résultat void