C# 클래스 SuperMap.Web.OGC.WFSTransaction

${mapping_WFSTransaction_Tile}

${mapping_WFSTransaction_Description}

상속: WFSServiceBase
파일 보기 프로젝트 열기: SuperMap/iClient-for-Silverlight 1 사용 예제들

공개 메소드들

메소드 설명
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}

비공개 메소드들

메소드 설명
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

메소드 상세

ProcessAsync() 공개 메소드

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

ProcessAsync() 공개 메소드

${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}
리턴 void

WFSTransaction() 공개 메소드

${mapping_WFSTransaction_constructor_None_D}
public WFSTransaction ( ) : System
리턴 System

WFSTransaction() 공개 메소드

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