Intersoft WebDesktop Documentation
WebFlyPostBackManager
Send Feedback
Intersoft WebDesktop > Client-side References > WebFlyPostBackManager

Glossary Item Box

 WebFlyPostBackManager Properties

ClassName Description
Gets the class name of WebFlyPostBackManager's type name.

ValueType
String

Default Value
WebFlyPostBackManager
Asynchronous Description
Gets or sets the value to indicate whether OnTheFlyPostBack is done asynchronously.

ValueType
Boolean

Default Value

AutoLoadMetaData Description
Gets or sets the value to indicate whether or not the metadata is automatically loaded on page load.

ValueType
Boolean

Default Value

AutoEventWireup Description
Gets or sets the value to indicate whether or not functions are directly wired up to related server side events.

ValueType
Boolean

Default Value

ClientSideEvents Description
Gets the ClientSideEvents object.

ValueType
Object

Default Value

Metadata Description
Gets the MetaData object in XML form.

ValueType
Object

Default Value

TimeoutInterval Description
Gets or sets the value to indicate a timeout interval for a specified request (in seconds).

ValueType
Int

Default Value

 WebFlyPostBackManager Methods

Invoke Description
Invokes the specified method.

Parameters
methodName ( String )
Indicates the requested method name.
params ( params )
Indicates the parameters value for the specified method name.


Remarks

Return Value

Samples

 
GetStatus Description
Returns the request status of the invoked method.

Parameters
methodName ( String )
Indicates the requested method name.


Remarks

Return Value
String


Samples

 
Abort Description
Aborts the method that is requested.

Parameters
methodName ( String )
Indicates the requested method name.


Remarks

Return Value

Samples

 
IsMethodExist Description
Determines whether or not a method exists in metadata.

Parameters

Remarks

Return Value
Boolean


Samples

 
InvokeCustomAction Description


Parameters
actionName ( )
xmlData ( )


Remarks

Return Value

Samples

 
IsBusy Description
Determines whether or not the method status is Invoking or Response.

Parameters
methodName ( String )
Indicates the requested method name.


Remarks

Return Value
Boolean


Samples

 
© 2012 Intersoft Solutions Corp. All Rights Reserved.