C# Класс SecurityInnovation.TeamMentor.WebClient.WebServices.TM_Xml_Database_ExtensionMethods_XmlDataSources_Folder

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

xmlDB_Add_Folder() публичный статический Метод

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
Результат urn.microsoft.guidanceexplorer.Folder

xmlDB_Add_Folder() публичный статический Метод

public static xmlDB_Add_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : Folder
tmDatabase this
libraryId System.Guid
folderCaption string
Результат urn.microsoft.guidanceexplorer.Folder

xmlDB_Add_Folder() публичный статический Метод

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
Результат urn.microsoft.guidanceexplorer.Folder

xmlDB_Delete_Folder() публичный статический Метод

public static xmlDB_Delete_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : bool
tmDatabase this
libraryId System.Guid
folderId System.Guid
Результат bool

xmlDB_Folder() публичный статический Метод

public static xmlDB_Folder ( this tmDatabase, System.Guid folderId ) : Folder
tmDatabase this
folderId System.Guid
Результат urn.microsoft.guidanceexplorer.Folder

xmlDB_Folder() публичный статический Метод

public static xmlDB_Folder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : Folder
tmDatabase this
libraryId System.Guid
folderId System.Guid
Результат urn.microsoft.guidanceexplorer.Folder

xmlDB_Folder() публичный статический Метод

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
Результат urn.microsoft.guidanceexplorer.Folder

xmlDB_Folder() публичный статический Метод

public static xmlDB_Folder ( this tmDatabase, System.Guid libraryId, string folderCaption ) : Folder
tmDatabase this
libraryId System.Guid
folderCaption string
Результат urn.microsoft.guidanceexplorer.Folder

xmlDB_Folder() публичный статический Метод

public static xmlDB_Folder ( this tmLibrary, string folderCaption, TM_Xml_Database tmDatabase ) : Folder
tmLibrary this
folderCaption string
tmDatabase TM_Xml_Database
Результат urn.microsoft.guidanceexplorer.Folder

xmlDB_Folders() публичный статический Метод

public static xmlDB_Folders ( this folderToMap ) : IList
folderToMap this
Результат IList

xmlDB_Folders() публичный статический Метод

public static xmlDB_Folders ( this tmDatabase, System.Guid libraryId ) : IList
tmDatabase this
libraryId System.Guid
Результат IList

xmlDB_Folders() публичный статический Метод

public static xmlDB_Folders ( this tmLibrary, TM_Xml_Database tmDatabase ) : IList
tmLibrary this
tmDatabase TM_Xml_Database
Результат IList

xmlDB_Folders() публичный статический Метод

public static xmlDB_Folders ( this tmDatabase ) : List
tmDatabase this
Результат List

xmlDB_Folders_All() публичный статический Метод

public static xmlDB_Folders_All ( this tmDatabase ) : IList
tmDatabase this
Результат IList

xmlDB_Folders_All() публичный статический Метод

public static xmlDB_Folders_All ( this tmDatabase, System.Guid libraryId ) : IList
tmDatabase this
libraryId System.Guid
Результат IList

xmlDB_Folders_All() публичный статический Метод

public static xmlDB_Folders_All ( this tmDatabase, IList foldersToMap ) : IList
tmDatabase this
foldersToMap IList
Результат IList

xmlDB_Folders_All() публичный статический Метод

public static xmlDB_Folders_All ( this tmDatabase, urn folderToMap ) : IList
tmDatabase this
folderToMap urn
Результат IList

xmlDB_Rename_Folder() публичный статический Метод

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
Результат bool