C# Class SuperMap.WindowsPhone.REST.Data.GetFeaturesBySQLService

${WP_REST_GetFeaturesBySQLService_Title}

${WP_REST_GetFeaturesBySQLService_Description}

Inheritance: SuperMap.WindowsPhone.Service.ServiceBase
显示文件 Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
GetFeaturesBySQLService ( ) : SuperMap.WindowsPhone.Service

${WP_REST_GetFeaturesBySQLService_constructor_D}

GetFeaturesBySQLService ( string url ) : SuperMap.WindowsPhone.Service

${WP_REST_GetFeaturesBySQLService_constructor_String_D}

ProcessAsync ( GetFeaturesBySQLParameters parameters ) : Task

${WP_REST_GetFeaturesBySQLService_method_ProcessAsync_D}

Method Details

GetFeaturesBySQLService() public method

${WP_REST_GetFeaturesBySQLService_constructor_D}
public GetFeaturesBySQLService ( ) : SuperMap.WindowsPhone.Service
return SuperMap.WindowsPhone.Service

GetFeaturesBySQLService() public method

${WP_REST_GetFeaturesBySQLService_constructor_String_D}
public GetFeaturesBySQLService ( string url ) : SuperMap.WindowsPhone.Service
url string ${WP_REST_GetFeaturesBySQLService_constructor_param_url}
return SuperMap.WindowsPhone.Service

ProcessAsync() public method

${WP_REST_GetFeaturesBySQLService_method_ProcessAsync_D}
public ProcessAsync ( GetFeaturesBySQLParameters parameters ) : Task
parameters GetFeaturesBySQLParameters ${WP_REST_GetFeaturesBySQLService_method_ProcessAsync_param_Parameters}
return Task