The C1AjaxHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1AjaxHelper |
Explicit constructor for C1AjaxHelper
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
PrepareResponse(Exception) |
Prepares the exception response.
|
![]() |
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.
|
![]() |
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.
|
![]() |
RegisterToCallbacks |
This method should be called on control PreRender call.
|
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
RequestId |
Gets the unique identifier for current request.
ProcessRequest method should be called before trying to get this value.
|