C# Class SuperMap.Web.OGC.WFSTransaction

${mapping_WFSTransaction_Tile}

${mapping_WFSTransaction_Description}

Inheritance: WFSServiceBase
Mostrar archivo Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
ProcessAsync ( List parameters ) : void

${mapping_WFSTransaction_method_processAsync_D}

ProcessAsync ( List parameters, object state ) : void

${mapping_WFSTransaction_method_processAsync_D}

WFSTransaction ( ) : System

${mapping_WFSTransaction_constructor_None_D}

WFSTransaction ( string url ) : System

${mapping_WFSTransaction_constructor_String_D}

Private Methods

Method Description
GetFinalUrl ( ) : string
OnProcessComplated ( WFSTResult result, string originRes, object userState ) : void
ParseSuccessResult ( System.Xml.Linq.XDocument document, string originResult, object userState ) : void
Process ( object parameters, object state ) : void
ReturnTransactionRoot ( ) : System.Xml.Linq.XDocument

Method Details

ProcessAsync() public method

${mapping_WFSTransaction_method_processAsync_D}
public ProcessAsync ( List parameters ) : void
parameters List
return void

ProcessAsync() public method

${mapping_WFSTransaction_method_processAsync_D}
public ProcessAsync ( List parameters, object state ) : void
parameters List ${mapping_WFSTransaction_method_processAsync_param_parameters}
state object ${mapping_WFSTransaction_method_processAsync_param_state}
return void

WFSTransaction() public method

${mapping_WFSTransaction_constructor_None_D}
public WFSTransaction ( ) : System
return System

WFSTransaction() public method

${mapping_WFSTransaction_constructor_String_D}
public WFSTransaction ( string url ) : System
url string ${mapping_WFSTransaction_constructor_String_param_url}
return System