C# Class SuperMap.Web.Service.ServiceBase

${mapping_ServiceBase_Tile}

${mapping_ServiceBase_Description}

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
CancelAsync ( ) : void

${mapping_ServiceBase_method_CancelAsync_D}

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

${mapping_ServiceBase_method_OnPropertyChanged_D }

ServiceBase ( ) : System

${mapping_ServiceBase_constructor_None_D}

ServiceBase ( string url ) : System

${mapping_ServiceBase_constructor_string_D}

SubmitRequest ( string url, string>.Dictionary parameters, EventHandler onCompleted, object state, bool forcePost ) : void

${mapping_ServiceBase_method_SubmitRequest_D}

SubmitRequest ( string url, string>.Dictionary parameters, EventHandler onCompleted, object state, bool forcePost, bool isEditable ) : void

${mapping_ServiceBase_method_SubmitRequest_D}

SubmitRequest ( string url, string>.Dictionary parameters, EventHandler onCompleted, object state, bool forcePost, bool isEditable, bool isTempLayersSet ) : void

${mapping_ServiceBase_method_SubmitRequest_D}

SubmitRequest ( string url, string postBody, EventHandler onCompleted, object state, bool isEditable, bool isTempLayersSet ) : void

${mapping_ServiceBase_method_SubmitRequest_D}

Private Methods

Method Description
AppendBaseQueryParameters ( string>.Dictionary parameters ) : void
CheckForServiceError ( RequestEventArgs e ) : bool
OnProcessFailed ( ServiceFailedEventArgs args ) : void
request_Completed ( object sender, RequestEventArgs e ) : void
request_Failed ( object sender, RequestEventArgs e ) : void

Method Details

CancelAsync() public method

${mapping_ServiceBase_method_CancelAsync_D}
public CancelAsync ( ) : void
return void

OnPropertyChanged() protected method

${mapping_ServiceBase_method_OnPropertyChanged_D }
protected OnPropertyChanged ( string name ) : void
name string ${mapping_ServiceBase_method_OnPropertyChanged_param_name_D}
return void

ServiceBase() protected method

${mapping_ServiceBase_constructor_None_D}
protected ServiceBase ( ) : System
return System

ServiceBase() protected method

${mapping_ServiceBase_constructor_string_D}
protected ServiceBase ( string url ) : System
url string
return System

SubmitRequest() protected method

${mapping_ServiceBase_method_SubmitRequest_D}
protected SubmitRequest ( string url, string>.Dictionary parameters, EventHandler onCompleted, object state, bool forcePost ) : void
url string ${mapping_ServiceBase_method_SubmitRequest_param_url_D}
parameters string>.Dictionary ${mapping_ServiceBase_method_SubmitRequest_param_parameters_D}
onCompleted EventHandler ${mapping_ServiceBase_method_SubmitRequest_param_onCompleted_D}
state object ${mapping_ServiceBase_method_SubmitRequest_param_state_D}
forcePost bool ${mapping_ServiceBase_method_SubmitRequest_param_forcePost_D}
return void

SubmitRequest() protected method

${mapping_ServiceBase_method_SubmitRequest_D}
protected SubmitRequest ( string url, string>.Dictionary parameters, EventHandler onCompleted, object state, bool forcePost, bool isEditable ) : void
url string ${mapping_ServiceBase_method_SubmitRequest_param_url_D}
parameters string>.Dictionary ${mapping_ServiceBase_method_SubmitRequest_param_parameters_D}
onCompleted EventHandler ${mapping_ServiceBase_method_SubmitRequest_param_onCompleted_D}
state object ${mapping_ServiceBase_method_SubmitRequest_param_state_D}
forcePost bool ${mapping_ServiceBase_method_SubmitRequest_param_forcePost_D}
isEditable bool ${mapping_ServiceBase_method_SubmitRequest_param_isEditable_D}
return void

SubmitRequest() protected method

${mapping_ServiceBase_method_SubmitRequest_D}
protected SubmitRequest ( string url, string>.Dictionary parameters, EventHandler onCompleted, object state, bool forcePost, bool isEditable, bool isTempLayersSet ) : void
url string ${mapping_ServiceBase_method_SubmitRequest_param_url_D}
parameters string>.Dictionary ${mapping_ServiceBase_method_SubmitRequest_param_parameters_D}
onCompleted EventHandler ${mapping_ServiceBase_method_SubmitRequest_param_onCompleted_D}
state object ${mapping_ServiceBase_method_SubmitRequest_param_state_D}
forcePost bool ${mapping_ServiceBase_method_SubmitRequest_param_forcePost_D}
isEditable bool ${mapping_ServiceBase_method_SubmitRequest_param_isEditable_D}
isTempLayersSet bool ${mapping_ServiceBase_method_SubmitRequest_param_isTempLayersSet_D}
return void

SubmitRequest() protected method

${mapping_ServiceBase_method_SubmitRequest_D}
protected SubmitRequest ( string url, string postBody, EventHandler onCompleted, object state, bool isEditable, bool isTempLayersSet ) : void
url string ${mapping_ServiceBase_method_SubmitRequest_param_url_D}
postBody string
onCompleted EventHandler ${mapping_ServiceBase_method_SubmitRequest_param_onCompleted_D}
state object ${mapping_ServiceBase_method_SubmitRequest_param_state_D}
isEditable bool ${mapping_ServiceBase_method_SubmitRequest_param_isEditable_D}
isTempLayersSet bool ${mapping_ServiceBase_method_SubmitRequest_param_isTempLayersSet_D}
return void