C# Class SuperMap.WinRT.Service.ServiceBase

${mapping_ServiceBase_Tile}

${mapping_ServiceBase_Description}

Inheritance: INotifyPropertyChanged
显示文件 Open project: SuperMap/iClient-for-Win8

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, bool forcePost ) : Task

${mapping_ServiceBase_method_SubmitRequest_D}

SubmitRequest ( string url, string>.Dictionary parameters, bool forcePost, bool isEditable ) : Task

${mapping_ServiceBase_method_SubmitRequest_D}

SubmitRequest ( string url, string>.Dictionary parameters, bool forcePost, bool isEditable, bool isTempLayersSet ) : Task

${mapping_ServiceBase_method_SubmitRequest_D}

SubmitRequest ( string url, string postBody, bool isEditable, bool isTempLayersSet ) : Task

Private Methods

Method Description
AppendBaseQueryParameters ( string>.Dictionary parameters ) : void

Method Details

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, bool forcePost ) : Task
url string ${mapping_ServiceBase_method_SubmitRequest_param_url_D}
parameters string>.Dictionary ${mapping_ServiceBase_method_SubmitRequest_param_parameters_D}
forcePost bool ${mapping_ServiceBase_method_SubmitRequest_param_forcePost_D}
return Task

SubmitRequest() protected method

${mapping_ServiceBase_method_SubmitRequest_D}
protected SubmitRequest ( string url, string>.Dictionary parameters, bool forcePost, bool isEditable ) : Task
url string ${mapping_ServiceBase_method_SubmitRequest_param_url_D}
parameters string>.Dictionary ${mapping_ServiceBase_method_SubmitRequest_param_parameters_D}
forcePost bool ${mapping_ServiceBase_method_SubmitRequest_param_forcePost_D}
isEditable bool ${mapping_ServiceBase_method_SubmitRequest_param_isEditable_D}
return Task

SubmitRequest() protected method

${mapping_ServiceBase_method_SubmitRequest_D}
protected SubmitRequest ( string url, string>.Dictionary parameters, bool forcePost, bool isEditable, bool isTempLayersSet ) : Task
url string ${mapping_ServiceBase_method_SubmitRequest_param_url_D}
parameters string>.Dictionary ${mapping_ServiceBase_method_SubmitRequest_param_parameters_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 Task

SubmitRequest() protected method

protected SubmitRequest ( string url, string postBody, bool isEditable, bool isTempLayersSet ) : Task
url string
postBody string
isEditable bool
isTempLayersSet bool
return Task