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

${REST_EditFeaturesService_Title}

${REST_EditFeaturesService_Description}

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

Méthodes publiques

Méthode Description
EditFeaturesService ( ) : System

${REST_EditFeaturesService_constructor_D}

EditFeaturesService ( string url ) : System

${REST_ComputeWeightMatrixService_constructor_String_D}

ProcessAsync ( EditFeaturesParameters parameters ) : Task

${REST_EditFeaturesService_method_ProcessAsync_D}

Private Methods

Méthode Description
EditGetStringFromDict ( string>.Dictionary parameters ) : string
GetParameters ( EditFeaturesParameters parameters ) : Dictionary,System.Collections.Generic

Method Details

EditFeaturesService() public méthode

${REST_EditFeaturesService_constructor_D}
public EditFeaturesService ( ) : System
Résultat System

EditFeaturesService() public méthode

${REST_ComputeWeightMatrixService_constructor_String_D}
public EditFeaturesService ( string url ) : System
url string ${REST_EditFeaturesService_constructor_param_url}
Résultat System

ProcessAsync() public méthode

${REST_EditFeaturesService_method_ProcessAsync_D}
public ProcessAsync ( EditFeaturesParameters parameters ) : Task
parameters EditFeaturesParameters ${REST_EditFeaturesService_method_ProcessAsync_param_Parameters}
Résultat Task