C# Class Foundstone.ProcessRequest

Summary description for ProcessRequest.
Afficher le fichier Open project: o2platform/Demos_Files

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
ProcessRequest ( ) : System
ProcessRequest_Handler ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
resolvePageClassName ( string strCurrentValueOfQuerystingFunctionVariable ) : string

Method Details

ProcessRequest() public méthode

public ProcessRequest ( ) : System
Résultat System

ProcessRequest_Handler() public static méthode

public static ProcessRequest_Handler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

hashtableWithValidator_FormMappings public_oe static_oe property

public static Hashtable,System.Collections hashtableWithValidator_FormMappings
Résultat System.Collections.Hashtable

hashtableWithValidator_FormRules public_oe static_oe property

public static Hashtable,System.Collections hashtableWithValidator_FormRules
Résultat System.Collections.Hashtable

pagesToProcess public_oe static_oe property

public static ArrayList,System.Collections pagesToProcess
Résultat System.Collections.ArrayList

xmlFile_Validator_FormMappings public_oe static_oe property

public static XmlDocument,System.Xml xmlFile_Validator_FormMappings
Résultat System.Xml.XmlDocument

xmlFile_Validator_Rules public_oe static_oe property

public static XmlDocument,System.Xml xmlFile_Validator_Rules
Résultat System.Xml.XmlDocument