Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxXmlTransport Class
Properties Methods


In This Topic
    NAjaxXmlTransport Class Members
    In This Topic

    The following tables list the members exposed by NAjaxXmlTransport.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyA Hashtable object containing the index of NAjaxXmlDataSection objects aggregated by the NAjaxXmlTransport object.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new data section to the collection of data sections of the object.  
    Public MethodInitializes the state of this instance from a structured XML string.  
    Public MethodSerializes the instance to a structured XML string.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCollects all CDATA blocks, located in the inner XML of the current XML element and concatenates them in the result string.  
    Protected MethodScans the XML tree until an element with name "ajaxXmlTransport" is located, then returns.  
    Protected Methodstatic (Shared in Visual Basic)Reads as string all XML collected by an XmlWriter.  
    Protected MethodThis method is called on NAjaxXmlTransport deserialization when an XML element is found and needs to be deserialized. This specific implementation deserializes the element and its inner XML as a NAjaxXmlDataSection object.  
    Top
    See Also