Table of Contents

Class RequestedDataWfsFeatureSourceEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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 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

Properties

ServiceUrl

This property gets or sets the serviceUrl for the WfsFeatureSource.

public string ServiceUrl { get; }

Property Value

string

XmlResponse

This property gets or sets the xml response string back from for the WfsFeatureSource service url.

public string XmlResponse { get; }

Property Value

string