C# Class TeamMentor.FileStorage.FileStorage_Libraries

ファイルを表示 Open project: TeamMentor/Master

Public Methods

Method Description
guidanceExplorer_Save ( this guidanceExplorer, TM_FileStorage tmFileStorage ) : bool
guidanceExplorers_Paths ( this tmFileStorage ) : string>.Dictionary
library_Deleted ( this tmFileStorage, TM_Library tmLibrary ) : bool
updateGuidanceItems_FileMappings_withNewPath ( this tmFileStorage, string oldPath, string newPath ) : TM_FileStorage
xmlDB_Path_Library_RootFolder ( this tmFileStorage, TM_Library tmLibrary ) : string
xmlDB_Path_Library_RootFolder ( this tmFileStorage, guidanceExplorer guidanceExplorer ) : string
xmlDB_Path_Library_XmlFile ( this tmFileStorage, System.Guid libraryId ) : string
xmlDB_Path_Library_XmlFile ( this tmFileStorage, TM_Library library ) : string
xmlDB_Path_Library_XmlFile ( this tmFileStorage, guidanceExplorer guidanceExplorer ) : string

Private Methods

Method Description
hook_Events_TM_Xml_Database ( this tmFileStorage ) : TM_FileStorage
xmlDB_Libraries_ImportFromZip ( this tmFileStorage, string zipFileToImport, string unzipPassword ) : bool

Method Details

guidanceExplorer_Save() public static method

public static guidanceExplorer_Save ( this guidanceExplorer, TM_FileStorage tmFileStorage ) : bool
guidanceExplorer this
tmFileStorage TM_FileStorage
return bool

guidanceExplorers_Paths() public static method

public static guidanceExplorers_Paths ( this tmFileStorage ) : string>.Dictionary
tmFileStorage this
return string>.Dictionary

library_Deleted() public static method

public static library_Deleted ( this tmFileStorage, TM_Library tmLibrary ) : bool
tmFileStorage this
tmLibrary TeamMentor.CoreLib.TM_Library
return bool

updateGuidanceItems_FileMappings_withNewPath() public static method

public static updateGuidanceItems_FileMappings_withNewPath ( this tmFileStorage, string oldPath, string newPath ) : TM_FileStorage
tmFileStorage this
oldPath string
newPath string
return TM_FileStorage

xmlDB_Path_Library_RootFolder() public static method

public static xmlDB_Path_Library_RootFolder ( this tmFileStorage, TM_Library tmLibrary ) : string
tmFileStorage this
tmLibrary TeamMentor.CoreLib.TM_Library
return string

xmlDB_Path_Library_RootFolder() public static method

public static xmlDB_Path_Library_RootFolder ( this tmFileStorage, guidanceExplorer guidanceExplorer ) : string
tmFileStorage this
guidanceExplorer urn.microsoft.guidanceexplorer.guidanceExplorer
return string

xmlDB_Path_Library_XmlFile() public static method

public static xmlDB_Path_Library_XmlFile ( this tmFileStorage, System.Guid libraryId ) : string
tmFileStorage this
libraryId System.Guid
return string

xmlDB_Path_Library_XmlFile() public static method

public static xmlDB_Path_Library_XmlFile ( this tmFileStorage, TM_Library library ) : string
tmFileStorage this
library TeamMentor.CoreLib.TM_Library
return string

xmlDB_Path_Library_XmlFile() public static method

public static xmlDB_Path_Library_XmlFile ( this tmFileStorage, guidanceExplorer guidanceExplorer ) : string
tmFileStorage this
guidanceExplorer urn.microsoft.guidanceexplorer.guidanceExplorer
return string