C# Class SuperMap.Web.ISDotNET6.GetEntityService

${IS6_GetEntityService_Title}

${IS6_GetEntityService_Description}

Inheritance: SuperMap.Web.Service.ServiceBase
Exibir arquivo Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
GetEntityService ( ) : System

${IS6_GetEntityService_constructor_None_D}

GetEntityService ( string url ) : System

${IS6_GetEntityService_constructor_String_D}

ProcessAsync ( GetEntityParameters parameters ) : void

${IS6_GetEntityService_method_ProcessAsync_D}

ProcessAsync ( GetEntityParameters parameters, object state ) : void

${IS6_GetEntityService_method_ProcessAsync_D}

Private Methods

Method Description
GetParameters ( GetEntityParameters parameters ) : string>.Dictionary
OnProcessCompleted ( GetEntityEventArgs args ) : void
request_Completed ( object sender, RequestEventArgs e ) : void

Method Details

GetEntityService() public method

${IS6_GetEntityService_constructor_None_D}
public GetEntityService ( ) : System
return System

GetEntityService() public method

${IS6_GetEntityService_constructor_String_D}
public GetEntityService ( string url ) : System
url string ${IS6_GetEntityService_constructor_String_param_url}
return System

ProcessAsync() public method

${IS6_GetEntityService_method_ProcessAsync_D}
public ProcessAsync ( GetEntityParameters parameters ) : void
parameters GetEntityParameters
return void

ProcessAsync() public method

${IS6_GetEntityService_method_ProcessAsync_D}
public ProcessAsync ( GetEntityParameters parameters, object state ) : void
parameters GetEntityParameters ${IS6_GetEntityService_method_ProcessAsync_param_parameters}
state object ${IS6_GetEntityService_method_ProcessAsync_param_state}
return void