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

Inheritance: IInstallablePlugin
显示文件 Open project: 4-Roads/FourRoads.TelligentCommunity

Public Methods

Method Description
Initialize ( ) : void
Install ( System.Version lastInstalledVersion ) : void
Uninstall ( ) : void

Protected Methods

Method Description
GetFileStorageProvider ( string basePath, string resourceName, string &fileName ) : ICentralizedFileStorageProvider

Method Details

GetFileStorageProvider() protected method

protected GetFileStorageProvider ( string basePath, string resourceName, string &fileName ) : ICentralizedFileStorageProvider
basePath string
resourceName string
fileName string
return ICentralizedFileStorageProvider

Initialize() public method

public Initialize ( ) : void
return void

Install() public method

public Install ( System.Version lastInstalledVersion ) : void
lastInstalledVersion System.Version
return void

Uninstall() public method

public Uninstall ( ) : void
return void