Свойство | Тип | Описание | |
---|---|---|---|
REGEX_SAFE_FILE_NAME | string |
Метод | Описание | |
---|---|---|
guidanceExplorer ( this tmLibrary, |
||
isValidGuidanceExplorerName ( this name ) : bool | ||
librariesV3 ( this |
||
libraryV3 ( this library ) : |
||
xmlDB_DeleteGuidanceExplorer ( this tmDatabase, System.Guid libraryId ) : bool | ||
xmlDB_GuidanceExplorer ( this tmDatabase, System.Guid libraryId ) : |
||
xmlDB_GuidanceExplorer ( this tmDatabase, string caption ) : |
||
xmlDB_GuidanceExplorers ( this tmDatabase ) : List |
||
xmlDB_NewGuidanceExplorer ( this tmDatabase, System.Guid libraryId, string caption ) : |
||
xmlDB_NewGuidanceExplorer ( this tmDatabase, Library library ) : |
||
xmlDB_RenameGuidanceExplorer ( this tmDatabase, |
||
xmlDB_Save_GuidanceExplorer ( this tmDatabase, System.Guid libraryId ) : bool | ||
xmlDB_Save_GuidanceExplorer ( this tmLibrary, |
||
xmlDB_Save_GuidanceExplorers ( this tmDatabase ) : |
||
xmlDB_UpdateGuidanceExplorer ( this tmDatabase, System.Guid libraryId, string caption, bool deleteLibrary ) : bool | ||
xmlDB_UpdateGuidanceExplorer ( this tmDatabase, Library library ) : bool |
public static guidanceExplorer ( this tmLibrary, |
||
tmLibrary | this | |
tmDatabase | ||
Результат |
public static isValidGuidanceExplorerName ( this name ) : bool | ||
name | this | |
Результат | bool |
public static librariesV3 ( this |
||
libraries | this |
|
Результат | List |
public static libraryV3 ( this library ) : |
||
library | this | |
Результат |
public static xmlDB_DeleteGuidanceExplorer ( this tmDatabase, System.Guid libraryId ) : bool | ||
tmDatabase | this | |
libraryId | System.Guid | |
Результат | bool |
public static xmlDB_GuidanceExplorer ( this tmDatabase, System.Guid libraryId ) : |
||
tmDatabase | this | |
libraryId | System.Guid | |
Результат |
public static xmlDB_GuidanceExplorer ( this tmDatabase, string caption ) : |
||
tmDatabase | this | |
caption | string | |
Результат |
public static xmlDB_GuidanceExplorers ( this tmDatabase ) : List |
||
tmDatabase | this | |
Результат | List |
public static xmlDB_NewGuidanceExplorer ( this tmDatabase, System.Guid libraryId, string caption ) : |
||
tmDatabase | this | |
libraryId | System.Guid | |
caption | string | |
Результат |
public static xmlDB_NewGuidanceExplorer ( this tmDatabase, Library library ) : |
||
tmDatabase | this | |
library | Library | |
Результат |
public static xmlDB_RenameGuidanceExplorer ( this tmDatabase, |
||
tmDatabase | this | |
guidanceExplorer | ||
newCaption | string | |
Результат | bool |
public static xmlDB_Save_GuidanceExplorer ( this tmDatabase, System.Guid libraryId ) : bool | ||
tmDatabase | this | |
libraryId | System.Guid | |
Результат | bool |
public static xmlDB_Save_GuidanceExplorer ( this tmLibrary, |
||
tmLibrary | this | |
tmDatabase | ||
Результат | bool |
public static xmlDB_Save_GuidanceExplorers ( this tmDatabase ) : |
||
tmDatabase | this | |
Результат |
public static xmlDB_UpdateGuidanceExplorer ( this tmDatabase, System.Guid libraryId, string caption, bool deleteLibrary ) : bool | ||
tmDatabase | this | |
libraryId | System.Guid | |
caption | string | |
deleteLibrary | bool | |
Результат | bool |
public static xmlDB_UpdateGuidanceExplorer ( this tmDatabase, Library library ) : bool | ||
tmDatabase | this | |
library | Library | |
Результат | bool |