C# 클래스 Foundstone.ProcessRequest

Summary description for ProcessRequest.
파일 보기 프로젝트 열기: o2platform/Demos_Files

공개 프로퍼티들

프로퍼티 타입 설명
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