RequestedDataWfsFeatureSourceEventArgs¶
Namespace: ThinkGeo.Core
This class represents the parameters passed in through the RequestedData event in WfsFeatureSource.
public class RequestedDataWfsFeatureSourceEventArgs : System.EventArgs
Inheritance Object → EventArgs → RequestedDataWfsFeatureSourceEventArgs
Remarks:
None
Properties¶
XmlResponse¶
This property gets or sets the xml response string back from for the WfsFeatureSource service url.
public string XmlResponse { get; }
Property Value¶
ServiceUrl¶
This property gets or sets the serviceUrl for the WfsFeatureSource.
public string ServiceUrl { get; }
Property Value¶
Constructors¶
RequestedDataWfsFeatureSourceEventArgs()¶
This is a default constructor for the class.
public RequestedDataWfsFeatureSourceEventArgs()
Remarks:
None
RequestedDataWfsFeatureSourceEventArgs(String, String)¶
This is a constructor for the class.
public RequestedDataWfsFeatureSourceEventArgs(string serviceUrl, string xmlResponse)
Parameters¶
serviceUrl
String
This parameter specified the serviceUrl for the WfsFeatureSource.
xmlResponse
String
This parameter specified the xmlResponse string get back from the service Url.
Remarks:
None