C# Class SecurityInnovation.TeamMentor.WebClient.WebServices.TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder

Afficher le fichier Open project: TeamMentor-OWASP/Master

Méthodes publiques

Méthode Description
xmlDB_Add_Folder ( this tmDatabase, System.Guid libraryId, System.Guid parentFolderId, string folderCaption ) : Folder
xmlDB_Add_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : Folder
xmlDB_Add_Folder ( this tmLibrary, System.Guid parentFolderId, string folderCaption, TM_Xml_Database tmDatabase ) : Folder
xmlDB_Delete_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : bool
xmlDB_Folder ( this tmDatabase, System.Guid folderId ) : Folder
xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : Folder
xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid parentFolder, string folderName ) : Folder
xmlDB_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : Folder
xmlDB_Folder ( this tmLibrary, string folderCaption, TM_Xml_Database tmDatabase ) : 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
xmlDB_Rename_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId, string newFolderName ) : bool

Method Details

xmlDB_Add_Folder() public static méthode

public static xmlDB_Add_Folder ( this tmDatabase, System.Guid libraryId, System.Guid parentFolderId, string folderCaption ) : Folder
tmDatabase this
libraryId System.Guid
parentFolderId System.Guid
folderCaption string
Résultat urn.microsoft.guidanceexplorer.Folder

xmlDB_Add_Folder() public static méthode

public static xmlDB_Add_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : Folder
tmDatabase this
libraryId System.Guid
folderCaption string
Résultat urn.microsoft.guidanceexplorer.Folder

xmlDB_Add_Folder() public static méthode

public static xmlDB_Add_Folder ( this tmLibrary, System.Guid parentFolderId, string folderCaption, TM_Xml_Database tmDatabase ) : Folder
tmLibrary this
parentFolderId System.Guid
folderCaption string
tmDatabase TM_Xml_Database
Résultat urn.microsoft.guidanceexplorer.Folder

xmlDB_Delete_Folder() public static méthode

public static xmlDB_Delete_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : bool
tmDatabase this
libraryId System.Guid
folderId System.Guid
Résultat bool

xmlDB_Folder() public static méthode

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

xmlDB_Folder() public static méthode

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

xmlDB_Folder() public static méthode

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

xmlDB_Folder() public static méthode

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

xmlDB_Folder() public static méthode

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

xmlDB_Folders() public static méthode

public static xmlDB_Folders ( this folderToMap ) : IList
folderToMap this
Résultat IList

xmlDB_Folders() public static méthode

public static xmlDB_Folders ( this tmDatabase, System.Guid libraryId ) : IList
tmDatabase this
libraryId System.Guid
Résultat IList

xmlDB_Folders() public static méthode

public static xmlDB_Folders ( this tmLibrary, TM_Xml_Database tmDatabase ) : IList
tmLibrary this
tmDatabase TM_Xml_Database
Résultat IList

xmlDB_Folders() public static méthode

public static xmlDB_Folders ( this tmDatabase ) : List
tmDatabase this
Résultat List

xmlDB_Folders_All() public static méthode

public static xmlDB_Folders_All ( this tmDatabase ) : IList
tmDatabase this
Résultat IList

xmlDB_Folders_All() public static méthode

public static xmlDB_Folders_All ( this tmDatabase, System.Guid libraryId ) : IList
tmDatabase this
libraryId System.Guid
Résultat IList

xmlDB_Folders_All() public static méthode

public static xmlDB_Folders_All ( this tmDatabase, IList foldersToMap ) : IList
tmDatabase this
foldersToMap IList
Résultat IList

xmlDB_Folders_All() public static méthode

public static xmlDB_Folders_All ( this tmDatabase, urn folderToMap ) : IList
tmDatabase this
folderToMap urn
Résultat IList

xmlDB_Rename_Folder() public static méthode

public static xmlDB_Rename_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId, string newFolderName ) : bool
tmDatabase this
libraryId System.Guid
folderId System.Guid
newFolderName string
Résultat bool