C# Class Foundstone.ProcessRequest

Summary description for ProcessRequest.
Show file Open project: o2platform/Demos_Files

Public Properties

Property Type Description
hashtableWithValidator_FormMappings System.Collections.Hashtable
hashtableWithValidator_FormRules System.Collections.Hashtable
pagesToProcess System.Collections.ArrayList
xmlFile_Validator_FormMappings System.Xml.XmlDocument
xmlFile_Validator_Rules System.Xml.XmlDocument

Public Methods

Method Description
ProcessRequest ( ) : System
ProcessRequest_Handler ( object sender, EventArgs e ) : void

Private Methods

Method Description
resolvePageClassName ( string strCurrentValueOfQuerystingFunctionVariable ) : string

Method Details

ProcessRequest() public method

public ProcessRequest ( ) : System
return System

ProcessRequest_Handler() public static method

public static ProcessRequest_Handler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

hashtableWithValidator_FormMappings public static property

public static Hashtable,System.Collections hashtableWithValidator_FormMappings
return System.Collections.Hashtable

hashtableWithValidator_FormRules public static property

public static Hashtable,System.Collections hashtableWithValidator_FormRules
return System.Collections.Hashtable

pagesToProcess public static property

public static ArrayList,System.Collections pagesToProcess
return System.Collections.ArrayList

xmlFile_Validator_FormMappings public static property

public static XmlDocument,System.Xml xmlFile_Validator_FormMappings
return System.Xml.XmlDocument

xmlFile_Validator_Rules public static property

public static XmlDocument,System.Xml xmlFile_Validator_Rules
return System.Xml.XmlDocument