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

${REST_GetFeaturesBySQLService_Title}

${REST_GetFeaturesBySQLService_Description}

Inheritance: SuperMap.WinRT.Service.ServiceBase
Show file Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Methods

Method Description
GetFeaturesBySQLService ( ) : SuperMap.WinRT.Service

${REST_GetFeaturesBySQLService_constructor_D}

GetFeaturesBySQLService ( string url ) : SuperMap.WinRT.Service

${REST_GetFeaturesBySQLService_constructor_String_D}

ProcessAsync ( GetFeaturesBySQLParameters parameters ) : Task

${REST_GetFeaturesBySQLService_method_ProcessAsync_D}

Private Methods

Method Description
GetParameters ( GetFeaturesBySQLParameters parameters ) : string>.Dictionary

Method Details

GetFeaturesBySQLService() public method

${REST_GetFeaturesBySQLService_constructor_D}
public GetFeaturesBySQLService ( ) : SuperMap.WinRT.Service
return SuperMap.WinRT.Service

GetFeaturesBySQLService() public method

${REST_GetFeaturesBySQLService_constructor_String_D}
public GetFeaturesBySQLService ( string url ) : SuperMap.WinRT.Service
url string ${REST_GetFeaturesBySQLService_constructor_param_url}
return SuperMap.WinRT.Service

ProcessAsync() public method

${REST_GetFeaturesBySQLService_method_ProcessAsync_D}
public ProcessAsync ( GetFeaturesBySQLParameters parameters ) : Task
parameters GetFeaturesBySQLParameters ${REST_GetFeaturesBySQLService_method_ProcessAsync_param_Parameters}
return Task