The C1AjaxHelper type exposes the following members.

Constructors

  Name Description
Public method C1AjaxHelper
Explicit constructor for C1AjaxHelper

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method PrepareResponse(Exception)
Prepares the exception response.
Public method PrepareResponse(String)
Prepare response data to send to the client. This method should be called inside of GetCallbackResult. RequetId attribute will be embedded into the response string once this method is called.
Public method ProcessRequest
Returns the callback data that was sent by the client. This method should be called on RaiseCallbackEvent call. RequestId is recovered once this method is called.
Public method RegisterToCallbacks
This method should be called on control PreRender call.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property RequestId
Gets the unique identifier for current request. ProcessRequest method should be called before trying to get this value.

See Also