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

${REST_GetFeaturesBySQLService_Title}

${REST_GetFeaturesBySQLService_Description}

Inheritance: SuperMap.WinRT.Service.ServiceBase
Afficher le fichier Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetParameters ( GetFeaturesBySQLParameters parameters ) : string>.Dictionary

Method Details

GetFeaturesBySQLService() public méthode

${REST_GetFeaturesBySQLService_constructor_D}
public GetFeaturesBySQLService ( ) : SuperMap.WinRT.Service
Résultat SuperMap.WinRT.Service

GetFeaturesBySQLService() public méthode

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

ProcessAsync() public méthode

${REST_GetFeaturesBySQLService_method_ProcessAsync_D}
public ProcessAsync ( GetFeaturesBySQLParameters parameters ) : Task
parameters GetFeaturesBySQLParameters ${REST_GetFeaturesBySQLService_method_ProcessAsync_param_Parameters}
Résultat Task