C# 클래스 FourRoads.Common.TelligentCommunity.Plugins.Base.CfsFilestoreInstaller

상속: IInstallablePlugin
파일 보기 프로젝트 열기: 4-Roads/FourRoads.TelligentCommunity

공개 메소드들

메소드 설명
Initialize ( ) : void
Install ( System.Version lastInstalledVersion ) : void
Uninstall ( ) : void

보호된 메소드들

메소드 설명
GetFileStorageProvider ( string basePath, string resourceName, string &fileName ) : ICentralizedFileStorageProvider

메소드 상세

GetFileStorageProvider() 보호된 메소드

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

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Install() 공개 메소드

public Install ( System.Version lastInstalledVersion ) : void
lastInstalledVersion System.Version
리턴 void

Uninstall() 공개 메소드

public Uninstall ( ) : void
리턴 void