C# Класс TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_XmlDataSources_GuidanceExplorer

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

Открытые свойства

Свойство Тип Описание
REGEX_SAFE_FILE_NAME string

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

Метод Описание
guidanceExplorer ( this tmLibrary, TM_Xml_Database tmDatabase ) : guidanceExplorer
isValidGuidanceExplorerName ( this name ) : bool
librariesV3 ( this libraries ) : List
libraryV3 ( this library ) : Library_V3
xmlDB_DeleteGuidanceExplorer ( this tmDatabase, System.Guid libraryId ) : bool
xmlDB_GuidanceExplorer ( this tmDatabase, System.Guid libraryId ) : guidanceExplorer
xmlDB_GuidanceExplorer ( this tmDatabase, string caption ) : guidanceExplorer
xmlDB_GuidanceExplorers ( this tmDatabase ) : List
xmlDB_NewGuidanceExplorer ( this tmDatabase, System.Guid libraryId, string caption ) : guidanceExplorer
xmlDB_NewGuidanceExplorer ( this tmDatabase, Library library ) : guidanceExplorer
xmlDB_RenameGuidanceExplorer ( this tmDatabase, guidanceExplorer guidanceExplorer, string newCaption ) : bool
xmlDB_Save_GuidanceExplorer ( this tmDatabase, System.Guid libraryId ) : bool
xmlDB_Save_GuidanceExplorer ( this tmLibrary, TM_Xml_Database tmDatabase ) : bool
xmlDB_Save_GuidanceExplorers ( this tmDatabase ) : TM_Xml_Database
xmlDB_UpdateGuidanceExplorer ( this tmDatabase, System.Guid libraryId, string caption, bool deleteLibrary ) : bool
xmlDB_UpdateGuidanceExplorer ( this tmDatabase, Library library ) : bool

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

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

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

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

public static isValidGuidanceExplorerName ( this name ) : bool
name this
Результат bool

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

public static librariesV3 ( this libraries ) : List
libraries this
Результат List

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

public static libraryV3 ( this library ) : Library_V3
library this
Результат Library_V3

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

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

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

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

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

public static xmlDB_GuidanceExplorer ( this tmDatabase, string caption ) : guidanceExplorer
tmDatabase this
caption string
Результат urn.microsoft.guidanceexplorer.guidanceExplorer

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

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

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

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

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

public static xmlDB_NewGuidanceExplorer ( this tmDatabase, Library library ) : guidanceExplorer
tmDatabase this
library Library
Результат urn.microsoft.guidanceexplorer.guidanceExplorer

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

public static xmlDB_RenameGuidanceExplorer ( this tmDatabase, guidanceExplorer guidanceExplorer, string newCaption ) : bool
tmDatabase this
guidanceExplorer urn.microsoft.guidanceexplorer.guidanceExplorer
newCaption string
Результат bool

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

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

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

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

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

public static xmlDB_Save_GuidanceExplorers ( this tmDatabase ) : TM_Xml_Database
tmDatabase this
Результат TM_Xml_Database

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

public static xmlDB_UpdateGuidanceExplorer ( this tmDatabase, System.Guid libraryId, string caption, bool deleteLibrary ) : bool
tmDatabase this
libraryId System.Guid
caption string
deleteLibrary bool
Результат bool

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

public static xmlDB_UpdateGuidanceExplorer ( this tmDatabase, Library library ) : bool
tmDatabase this
library Library
Результат bool

Описание свойств

REGEX_SAFE_FILE_NAME публичное статическое свойство

public static string REGEX_SAFE_FILE_NAME
Результат string