Class RequestedDataWfsFeatureSourceEventArgs
This class represents the parameters passed in through the RequestedData event in WfsFeatureSource.
public class RequestedDataWfsFeatureSourceEventArgs : EventArgs
- Inheritance
-
RequestedDataWfsFeatureSourceEventArgs
- Inherited Members
Remarks
None
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
stringThis parameter specified the serviceUrl for the WfsFeatureSource.
xmlResponse
stringThis parameter specified the xmlResponse string get back from the service Url.
Remarks
None
Properties
ServiceUrl
This property gets or sets the serviceUrl for the WfsFeatureSource.
public string ServiceUrl { get; }
Property Value
XmlResponse
This property gets or sets the xml response string back from for the WfsFeatureSource service url.
public string XmlResponse { get; }