C# 클래스 TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_XmlDataSources_GuidanceExplorer

파일 보기 프로젝트 열기: TeamMentor/Master

공개 프로퍼티들

프로퍼티 타입 설명
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