C# Class TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder

Show file Open project: TeamMentor/Master

Public Methods

Method Description
xmlDB_Folder ( this tmDatabase, System.Guid folderId ) : urn.microsoft.guidanceexplorer.Folder
xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : urn.microsoft.guidanceexplorer.Folder
xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid parentFolder, string folderName ) : urn.microsoft.guidanceexplorer.Folder
xmlDB_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : urn.microsoft.guidanceexplorer.Folder
xmlDB_Folder ( this tmLibrary, string folderCaption, TM_Xml_Database tmDatabase ) : urn.microsoft.guidanceexplorer.Folder
xmlDB_Folders ( this folderToMap ) : IList
xmlDB_Folders ( this tmDatabase, System.Guid libraryId ) : IList
xmlDB_Folders ( this tmLibrary, TM_Xml_Database tmDatabase ) : IList
xmlDB_Folders ( this tmDatabase ) : List
xmlDB_Folders_All ( this tmDatabase ) : IList
xmlDB_Folders_All ( this tmDatabase, System.Guid libraryId ) : IList
xmlDB_Folders_All ( this tmDatabase, IList foldersToMap ) : IList
xmlDB_Folders_All ( this tmDatabase, urn folderToMap ) : IList

Private Methods

Method Description
xmlDB_Add_Folder ( this tmDatabase, System.Guid libraryId, System.Guid parentFolderId, string folderCaption ) : urn.microsoft.guidanceexplorer.Folder
xmlDB_Add_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : urn.microsoft.guidanceexplorer.Folder
xmlDB_Add_Folder ( this tmLibrary, System.Guid parentFolderId, string folderCaption, TM_Xml_Database tmDatabase ) : urn.microsoft.guidanceexplorer.Folder
xmlDB_Delete_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : bool
xmlDB_Rename_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId, string newFolderName ) : bool

Method Details

xmlDB_Folder() public static method

public static xmlDB_Folder ( this tmDatabase, System.Guid folderId ) : urn.microsoft.guidanceexplorer.Folder
tmDatabase this
folderId System.Guid
return urn.microsoft.guidanceexplorer.Folder

xmlDB_Folder() public static method

public static xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : urn.microsoft.guidanceexplorer.Folder
tmDatabase this
libraryId System.Guid
folderId System.Guid
return urn.microsoft.guidanceexplorer.Folder

xmlDB_Folder() public static method

public static xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid parentFolder, string folderName ) : urn.microsoft.guidanceexplorer.Folder
tmDatabase this
libraryId System.Guid
parentFolder System.Guid
folderName string
return urn.microsoft.guidanceexplorer.Folder

xmlDB_Folder() public static method

public static xmlDB_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : urn.microsoft.guidanceexplorer.Folder
tmDatabase this
libraryId System.Guid
folderCaption string
return urn.microsoft.guidanceexplorer.Folder

xmlDB_Folder() public static method

public static xmlDB_Folder ( this tmLibrary, string folderCaption, TM_Xml_Database tmDatabase ) : urn.microsoft.guidanceexplorer.Folder
tmLibrary this
folderCaption string
tmDatabase TM_Xml_Database
return urn.microsoft.guidanceexplorer.Folder

xmlDB_Folders() public static method

public static xmlDB_Folders ( this folderToMap ) : IList
folderToMap this
return IList

xmlDB_Folders() public static method

public static xmlDB_Folders ( this tmDatabase, System.Guid libraryId ) : IList
tmDatabase this
libraryId System.Guid
return IList

xmlDB_Folders() public static method

public static xmlDB_Folders ( this tmLibrary, TM_Xml_Database tmDatabase ) : IList
tmLibrary this
tmDatabase TM_Xml_Database
return IList

xmlDB_Folders() public static method

public static xmlDB_Folders ( this tmDatabase ) : List
tmDatabase this
return List

xmlDB_Folders_All() public static method

public static xmlDB_Folders_All ( this tmDatabase ) : IList
tmDatabase this
return IList

xmlDB_Folders_All() public static method

public static xmlDB_Folders_All ( this tmDatabase, System.Guid libraryId ) : IList
tmDatabase this
libraryId System.Guid
return IList

xmlDB_Folders_All() public static method

public static xmlDB_Folders_All ( this tmDatabase, IList foldersToMap ) : IList
tmDatabase this
foldersToMap IList
return IList

xmlDB_Folders_All() public static method

public static xmlDB_Folders_All ( this tmDatabase, urn folderToMap ) : IList
tmDatabase this
folderToMap urn
return IList