C# Class TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_XmlDataSources_GuidanceExplorer

Afficher le fichier Open project: TeamMentor/Master

Méthodes publiques

Свойство Type Description
REGEX_SAFE_FILE_NAME string

Méthodes publiques

Méthode Description
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

Method Details

guidanceExplorer() public static méthode

public static guidanceExplorer ( this tmLibrary, TM_Xml_Database tmDatabase ) : guidanceExplorer
tmLibrary this
tmDatabase TM_Xml_Database
Résultat urn.microsoft.guidanceexplorer.guidanceExplorer

isValidGuidanceExplorerName() public static méthode

public static isValidGuidanceExplorerName ( this name ) : bool
name this
Résultat bool

librariesV3() public static méthode

public static librariesV3 ( this libraries ) : List
libraries this
Résultat List

libraryV3() public static méthode

public static libraryV3 ( this library ) : Library_V3
library this
Résultat Library_V3

xmlDB_DeleteGuidanceExplorer() public static méthode

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

xmlDB_GuidanceExplorer() public static méthode

public static xmlDB_GuidanceExplorer ( this tmDatabase, System.Guid libraryId ) : guidanceExplorer
tmDatabase this
libraryId System.Guid
Résultat urn.microsoft.guidanceexplorer.guidanceExplorer

xmlDB_GuidanceExplorer() public static méthode

public static xmlDB_GuidanceExplorer ( this tmDatabase, string caption ) : guidanceExplorer
tmDatabase this
caption string
Résultat urn.microsoft.guidanceexplorer.guidanceExplorer

xmlDB_GuidanceExplorers() public static méthode

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

xmlDB_NewGuidanceExplorer() public static méthode

public static xmlDB_NewGuidanceExplorer ( this tmDatabase, System.Guid libraryId, string caption ) : guidanceExplorer
tmDatabase this
libraryId System.Guid
caption string
Résultat urn.microsoft.guidanceexplorer.guidanceExplorer

xmlDB_NewGuidanceExplorer() public static méthode

public static xmlDB_NewGuidanceExplorer ( this tmDatabase, Library library ) : guidanceExplorer
tmDatabase this
library Library
Résultat urn.microsoft.guidanceexplorer.guidanceExplorer

xmlDB_RenameGuidanceExplorer() public static méthode

public static xmlDB_RenameGuidanceExplorer ( this tmDatabase, guidanceExplorer guidanceExplorer, string newCaption ) : bool
tmDatabase this
guidanceExplorer urn.microsoft.guidanceexplorer.guidanceExplorer
newCaption string
Résultat bool

xmlDB_Save_GuidanceExplorer() public static méthode

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

xmlDB_Save_GuidanceExplorer() public static méthode

public static xmlDB_Save_GuidanceExplorer ( this tmLibrary, TM_Xml_Database tmDatabase ) : bool
tmLibrary this
tmDatabase TM_Xml_Database
Résultat bool

xmlDB_Save_GuidanceExplorers() public static méthode

public static xmlDB_Save_GuidanceExplorers ( this tmDatabase ) : TM_Xml_Database
tmDatabase this
Résultat TM_Xml_Database

xmlDB_UpdateGuidanceExplorer() public static méthode

public static xmlDB_UpdateGuidanceExplorer ( this tmDatabase, System.Guid libraryId, string caption, bool deleteLibrary ) : bool
tmDatabase this
libraryId System.Guid
caption string
deleteLibrary bool
Résultat bool

xmlDB_UpdateGuidanceExplorer() public static méthode

public static xmlDB_UpdateGuidanceExplorer ( this tmDatabase, Library library ) : bool
tmDatabase this
library Library
Résultat bool

Property Details

REGEX_SAFE_FILE_NAME public_oe static_oe property

public static string REGEX_SAFE_FILE_NAME
Résultat string