C# Class SecurityInnovation.TeamMentor.WebClient.WebServices.TM_Xml_Database

Show file Open project: TeamMentor-OWASP/Master Class Usage Examples

Public Properties

Property Type Description
FORCED_MILLISEC_DELAY_ON_LOGIN_ACTION int

Public Methods

Method Description
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

Private Methods

Method Description
TM_Xml_Database ( ) : System
getGuidanceItem ( System.Guid guidanceItemId ) : TeamMentor_Article
getGuidanceItemHtml ( System.Guid guidanceItemId ) : string
getGuidanceItemsHtml ( List guidanceItemsIds ) : List
reloadData ( string newLibraryPath ) : string

Method Details

canWriteToPath() public static method

public static canWriteToPath ( string path ) : bool
path string
return bool

loadDataIntoMemory() public static method

public static loadDataIntoMemory ( ) : bool
return bool

loadDataIntoMemory() public static method

public static loadDataIntoMemory ( string pathXmlDatabase, string pathXmlLibraries ) : bool
pathXmlDatabase string
pathXmlLibraries string
return bool

loadTmUserObjects() public static method

public static loadTmUserObjects ( string xmlDatabasePath ) : void
xmlDatabasePath string
return void

reloadData() public method

public reloadData ( ) : string
return string

saveTmUserObjects() public static method

public static saveTmUserObjects ( string xmlDatabasePath ) : void
xmlDatabasePath string
return void

setDataFromCurrentScript() public static method

public static setDataFromCurrentScript ( string virtualPathMapping ) : void
virtualPathMapping string
return void

setLibraryPath_and_LoadDataIntoMemory() public static method

public static setLibraryPath_and_LoadDataIntoMemory ( string libraryPath ) : bool
libraryPath string
return bool

Property Details

FORCED_MILLISEC_DELAY_ON_LOGIN_ACTION public static property

public static int FORCED_MILLISEC_DELAY_ON_LOGIN_ACTION
return int