C# 클래스 SecurityInnovation.TeamMentor.WebClient.WebServices.TM_Xml_Database

파일 보기 프로젝트 열기: TeamMentor-OWASP/Master 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FORCED_MILLISEC_DELAY_ON_LOGIN_ACTION int

공개 메소드들

메소드 설명
canWriteToPath ( string path ) : bool
loadDataIntoMemory ( ) : bool
loadDataIntoMemory ( string pathXmlDatabase, string pathXmlLibraries ) : bool
loadTmUserObjects ( string xmlDatabasePath ) : void
reloadData ( ) : string
saveTmUserObjects ( string xmlDatabasePath ) : void
setDataFromCurrentScript ( string virtualPathMapping ) : void
setLibraryPath_and_LoadDataIntoMemory ( string libraryPath ) : bool

비공개 메소드들

메소드 설명
TM_Xml_Database ( ) : System
getGuidanceItem ( System.Guid guidanceItemId ) : TeamMentor_Article
getGuidanceItemHtml ( System.Guid guidanceItemId ) : string
getGuidanceItemsHtml ( List guidanceItemsIds ) : List
reloadData ( string newLibraryPath ) : string

메소드 상세

canWriteToPath() 공개 정적인 메소드

public static canWriteToPath ( string path ) : bool
path string
리턴 bool

loadDataIntoMemory() 공개 정적인 메소드

public static loadDataIntoMemory ( ) : bool
리턴 bool

loadDataIntoMemory() 공개 정적인 메소드

public static loadDataIntoMemory ( string pathXmlDatabase, string pathXmlLibraries ) : bool
pathXmlDatabase string
pathXmlLibraries string
리턴 bool

loadTmUserObjects() 공개 정적인 메소드

public static loadTmUserObjects ( string xmlDatabasePath ) : void
xmlDatabasePath string
리턴 void

reloadData() 공개 메소드

public reloadData ( ) : string
리턴 string

saveTmUserObjects() 공개 정적인 메소드

public static saveTmUserObjects ( string xmlDatabasePath ) : void
xmlDatabasePath string
리턴 void

setDataFromCurrentScript() 공개 정적인 메소드

public static setDataFromCurrentScript ( string virtualPathMapping ) : void
virtualPathMapping string
리턴 void

setLibraryPath_and_LoadDataIntoMemory() 공개 정적인 메소드

public static setLibraryPath_and_LoadDataIntoMemory ( string libraryPath ) : bool
libraryPath string
리턴 bool

프로퍼티 상세

FORCED_MILLISEC_DELAY_ON_LOGIN_ACTION 공개적으로 정적으로 프로퍼티

public static int FORCED_MILLISEC_DELAY_ON_LOGIN_ACTION
리턴 int