User Tools

Site Tools


thinkgeo.mapsuite.core.requestingdatawfsfeaturesourceeventargs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.requestingdatawfsfeaturesourceeventargs [2015/09/17 10:38]
admin
thinkgeo.mapsuite.core.requestingdatawfsfeaturesourceeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.RequestingDataWfsFeatureSourceEventArgs ====== ====== ThinkGeo.MapSuite.Core.RequestingDataWfsFeatureSourceEventArgs ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents the parameters passed in through the RequestingData event in WfsFeatureSource. This class represents the parameters passed in through the RequestingData event in WfsFeatureSource.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.RequestingDataWfsFeatureSourceEventArgs**       ***ThinkGeo.MapSuite.Core.RequestingDataWfsFeatureSourceEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} RequestingDataWfsFeatureSourceEventArgs() **
-**{{wiki:​PublicMethod.gif|}}[[#RequestingDataWfsFeatureSourceEventArgs()|RequestingDataWfsFeatureSourceEventArgs]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is a default constructor for the class. +
-</​div>​+
  
-<​div ​class_table+  * //This is a default constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#RequestingDataWfsFeatureSourceEventArgs(String,​Boolean,​String)|RequestingDataWfsFeatureSourceEventArgs]]** +== Remarks == 
-  * **Parameters**:​String,​Boolean,​String +  * //None// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is a constructor for the class. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} RequestingDataWfsFeatureSourceEventArgs(String,​Boolean,​String) **
  
-=== Protected Constructors === +  * //This is a constructor for the class.// 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //None// 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +== Parameters ​== 
-  * **Parameters**:​Object +  * //​serviceUrl//​ 
-  * **DeclaringType**:Object +    Type:String 
-  * **Summary**:N/A +    Description:This parameter specified the serviceUrl for the WfsFeatureSource.
-</​div>​+
  
-<div class_table>​ +  ​* //​overrideResponse//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +    Type:Boolean 
-  * **Parameters**:​N/A +    Description:This parameter specified if we need to override Response if we changed the response string.
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​xmlResponse//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +    Type:String 
-  * **Parameters**:​N/A +    Description:This parameter specified the xmlResponse string get back from the service Url.
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#ToString()|ToString]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​Object +** {{wiki:​PublicMethod.gif|}} ToString() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods === +  * //N/A// 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +  * //N/A//
-  * **Parameters**:​N/A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Public Properties === +== Parameters ​== 
-**{{wiki:PublicProperty.gif|}}[[#​OverrideResponse|OverrideResponse]]** +<div newline></​div>​ 
-  * **Return**:​Boolean +** {{wiki:PublicMethod.gif|}} ​Equals(Object) ​**
-  * **Summary**:​This property gets or sets the override mode. If set it ture, we will replace the response with new XmlResponse String passed in.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​ServiceUrl|ServiceUrl]]** +  ​//N/A// 
-  * **Return**:​String +== Remarks == 
-  * **Summary**:​This property gets or sets the serviceUrl for the WfsFeatureSource.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​XmlResponse|XmlResponse]]** +== Return Value == 
-  * **Return**:String +  * Type:Boolean 
-  * **Summary**:This property gets or sets the xml response string back from for the WfsFeatureSource service url.+  * Description:N/A
  
-=== Protected Properties === +== Parameters == 
-=== Public Events === +  //obj// 
-===== Public Constructors ===== +    * Type:Object 
-=== RequestingDataWfsFeatureSourceEventArgs() === +    * Description:​N/A
-This is a default constructor for the class. +
-==== Remarks ==== +
-None +
-==== Parameters ​==== +
-[[#Public Constructors|Go Back]] +
-=== RequestingDataWfsFeatureSourceEventArgs(String,​Boolean,​String) === +
-This is a constructor for the class. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**serviceUrl** +
-  * **Type**:String +
-  * **Description:​This parameter specified the serviceUrl for the WfsFeatureSource.+
  
-**overrideResponse** +<div newline></​div>​ 
-  * **Type**:Boolean +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description:​This parameter specified if we need to override Response if we changed the response string.+
  
-**xmlResponse** +  ​//N/A// 
-  * **Type**:​String +== Remarks == 
-  * **Description:​This parameter specified the xmlResponse string get back from the service Url.+  * //N/A//
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  * Type:Int32 
-===== Public Methods ===== +  * Description:​N/A
-=== Equals(Object) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Boolean +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetType() ​**
  
-==== Parameters ==== +  * //N/A// 
-**obj** +== Remarks ​== 
-  * **Type**:​Object +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetHashCode() === +  * Type:Type 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Int32 +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetType() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Type +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ToString() === +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Object 
-===== Protected Methods ===== +  * Description:​N/A
-=== Finalize() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} ServiceUrl ​**
  
-==== Parameters ==== +This property gets or sets the serviceUrl for the WfsFeatureSource. 
-[[#​Protected Methods|Go Back]] +== Remarks ==
-=== MemberwiseClone() === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:String
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} OverrideResponse ​**
-  * **Return Type**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== OverrideResponse === 
 This property gets or sets the override mode. If set it ture, we will replace the response with new XmlResponse String passed in. This property gets or sets the override mode. If set it ture, we will replace the response with new XmlResponse String passed in.
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} XmlResponse ​**
-=== ServiceUrl === +
-This property gets or sets the serviceUrl for the WfsFeatureSource. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:String+
  
-[[#Public Properties|Go Back]] 
-=== XmlResponse === 
 This property gets or sets the xml response string back from for the WfsFeatureSource service url. This property gets or sets the xml response string back from for the WfsFeatureSource service url.
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:String
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.requestingdatawfsfeaturesourceeventargs.1442486317.txt.gz · Last modified: 2015/09/17 10:38 by admin