C# 클래스 Sage.Extensibility.ExtensionInfo

파일 보기 프로젝트 열기: igorfrance/sage

공개 메소드들

메소드 설명
GetDictionary ( string locale ) : CacheableXmlDocument
HasInstalled ( string itemPath ) : bool
Install ( ) : void
LoadAssemblies ( ) : void
Refresh ( ) : void
ToString ( ) : string
Uninstall ( bool isUpdateUninstall = false, bool deleteChangedFiles = false ) : void
Update ( bool forceUpdate = false ) : void

비공개 메소드들

메소드 설명
ExtensionInfo ( string archiveFileName, SageContext context ) : System
GetArchiveFile ( string targetPath ) : ExtensionFile
GetExtensionContext ( ) : SageContext
GetTargetPath ( ExtensionFile sourceFile ) : string
Rollback ( InstallLog installLog, bool deleteChangedFiles = false ) : void
SaveLog ( InstallLog installLog ) : void

메소드 상세

GetDictionary() 공개 메소드

public GetDictionary ( string locale ) : CacheableXmlDocument
locale string
리턴 Sage.ResourceManagement.CacheableXmlDocument

HasInstalled() 공개 메소드

public HasInstalled ( string itemPath ) : bool
itemPath string
리턴 bool

Install() 공개 메소드

public Install ( ) : void
리턴 void

LoadAssemblies() 공개 메소드

public LoadAssemblies ( ) : void
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Uninstall() 공개 메소드

public Uninstall ( bool isUpdateUninstall = false, bool deleteChangedFiles = false ) : void
isUpdateUninstall bool
deleteChangedFiles bool
리턴 void

Update() 공개 메소드

public Update ( bool forceUpdate = false ) : void
forceUpdate bool
리턴 void