[ whitefrost.com | Account Manager 4 Product Page ]

Core.Web.Monitor.XmlDataBroker Class Reference

Summary description for XmlDataBroker. More...

List of all members.

Public Member Functions

 XmlDataBroker (Core.Interfaces.IApplicationContext in_context)
 XmlDataBroker (System.Web.HttpRequest request, Core.Interfaces.IApplicationContext in_context)
bool Initialize (System.Web.HttpRequest request)

Public Attributes

const String ELEMENT_ROOT = "Core"
const String ELEMENT_RESPONSE = "Response"
const String ELEMENT_REQUEST = "Request"
const String ELEMENT_FORM = "Form"
const String ELEMENT_ELEMENT = "Element"
const String ELEMENT_SRC = "Source"
const String ELEMENT_SESSION_ID = "sid"
const String ELEMENT_URL = "url"
const String ELEMENT_COUNT = "cnt"
const String ELEMENT_REFER = "refer"
const String ELEMENT_CONTEXT_ID = "cid"
const String ELEMENT_GUID = "guid"
const String ELEMENT_EXIT = "exit"
const String ELEMENT_ENTER = "enter"
const String ATTRIBUTE_ID = "id"
const String ATTRIBUTE_UNID = "unid"
const String ATTRIBUTE_TYPE = "type"
const String ATTRIBUTE_NAME = "name"
const String ATTRIBUTE_VALUE = "value"

Properties

String RequestUnid [get]
String Guid [get, set]
bool IsEnter [get]
bool IsExit [get]
String ContextId [get]
String Url [get]
String Refer [get]
String SessionId [get]
int Count [get]
String SourceId [get]
XmlDocument RequestXml [get]
XmlDocument ResponseXml [get]

Private Attributes

XmlDocument xml_document = null
XmlDocument xml_response = null
int ready_state = 0
Core.Interfaces.IApplicationContext application_context = null


Detailed Description

Summary description for XmlDataBroker.


Constructor & Destructor Documentation

Core.Web.Monitor.XmlDataBroker.XmlDataBroker ( Core.Interfaces.IApplicationContext  in_context  ) 

Core.Web.Monitor.XmlDataBroker.XmlDataBroker ( System.Web.HttpRequest  request,
Core.Interfaces.IApplicationContext  in_context 
)


Member Function Documentation

bool Core.Web.Monitor.XmlDataBroker.Initialize ( System.Web.HttpRequest  request  ) 


Member Data Documentation

XmlDocument Core.Web.Monitor.XmlDataBroker.xml_document = null [private]

XmlDocument Core.Web.Monitor.XmlDataBroker.xml_response = null [private]


Property Documentation

String Core.Web.Monitor.XmlDataBroker.RequestUnid [get]

String Core.Web.Monitor.XmlDataBroker.Guid [get, set]

bool Core.Web.Monitor.XmlDataBroker.IsEnter [get]

bool Core.Web.Monitor.XmlDataBroker.IsExit [get]

String Core.Web.Monitor.XmlDataBroker.ContextId [get]

String Core.Web.Monitor.XmlDataBroker.Url [get]

String Core.Web.Monitor.XmlDataBroker.Refer [get]

String Core.Web.Monitor.XmlDataBroker.SessionId [get]

int Core.Web.Monitor.XmlDataBroker.Count [get]

String Core.Web.Monitor.XmlDataBroker.SourceId [get]

XmlDocument Core.Web.Monitor.XmlDataBroker.RequestXml [get]

XmlDocument Core.Web.Monitor.XmlDataBroker.ResponseXml [get]


The documentation for this class was generated from the following file:
Stephen W. Cote, 2009, whitefrost.com