C# Class SuperMap.Web.OGC.WFSTransaction

${mapping_WFSTransaction_Tile}

${mapping_WFSTransaction_Description}

Inheritance: WFSServiceBase
Afficher le fichier Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Méthodes publiques

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

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

${mapping_WFSTransaction_method_processAsync_D}
public ProcessAsync ( List parameters ) : void
parameters List
Résultat void

ProcessAsync() public méthode

${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}
Résultat void

WFSTransaction() public méthode

${mapping_WFSTransaction_constructor_None_D}
public WFSTransaction ( ) : System
Résultat System

WFSTransaction() public méthode

${mapping_WFSTransaction_constructor_String_D}
public WFSTransaction ( string url ) : System
url string ${mapping_WFSTransaction_constructor_String_param_url}
Résultat System