C# Класс Foundstone.ProcessRequest

Summary description for ProcessRequest.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
ProcessRequest ( ) : System
ProcessRequest_Handler ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
resolvePageClassName ( string strCurrentValueOfQuerystingFunctionVariable ) : string

Описание методов

ProcessRequest() публичный Метод

public ProcessRequest ( ) : System
Результат System

ProcessRequest_Handler() публичный статический Метод

public static ProcessRequest_Handler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

hashtableWithValidator_FormMappings публичное статическое свойство

public static Hashtable,System.Collections hashtableWithValidator_FormMappings
Результат System.Collections.Hashtable

hashtableWithValidator_FormRules публичное статическое свойство

public static Hashtable,System.Collections hashtableWithValidator_FormRules
Результат System.Collections.Hashtable

pagesToProcess публичное статическое свойство

public static ArrayList,System.Collections pagesToProcess
Результат System.Collections.ArrayList

xmlFile_Validator_FormMappings публичное статическое свойство

public static XmlDocument,System.Xml xmlFile_Validator_FormMappings
Результат System.Xml.XmlDocument

xmlFile_Validator_Rules публичное статическое свойство

public static XmlDocument,System.Xml xmlFile_Validator_Rules
Результат System.Xml.XmlDocument