User Tools

Site Tools


thinkgeo.mapsuite.core.drawingexceptionlayereventargs

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.drawingexceptionlayereventargs [2015/09/17 10:27]
admin
thinkgeo.mapsuite.core.drawingexceptionlayereventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs ====== ====== ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 +
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
   *System.Object   *System.Object
Line 5: Line 9:
       ***ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs**       ***ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} DrawingExceptionLayerEventArgs() **
-**{{wiki:​PublicMethod.gif|}}[[#DrawingExceptionLayerEventArgs()|DrawingExceptionLayerEventArgs]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+  * //N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#DrawingExceptionLayerEventArgs(GeoCanvas,​Exception,​Boolean)|DrawingExceptionLayerEventArgs]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Exception,​Boolean +  * //N/A// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​N/​A +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} DrawingExceptionLayerEventArgs(GeoCanvas,​Exception,​Boolean) **
  
-=== Protected Constructors === +  * //N/A// 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //N/A// 
-**{{wiki:PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +== Parameters ​== 
-  * **Parameters**:​Object +  * //canvas// 
-  * **DeclaringType**:​Object +    Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Summary**:N/A +    Description:N/A
-</​div>​+
  
-<div class_table>​ +  ​* //​exception//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +    Type:Exception 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //cancel// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +    Type:Boolean 
-  * **Parameters**:​N/A +    Description:N/A
-  * **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|}}[[#​Cancel|Cancel]]** +<div newline></​div>​ 
-  * **Return**:​Boolean +** {{wiki:PublicMethod.gif|}} ​Equals(Object) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Canvas|Canvas]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​Exception|Exception]]** +== Return Value == 
-  * **Return**:Exception +  * Type:Boolean 
-  * **Summary**:N/A+  * Description:N/A
  
-=== Protected Properties === +== Parameters ​== 
-=== Public Events === +  ​* ​//obj// 
-===== Public Constructors ===== +    * Type:Object 
-=== DrawingExceptionLayerEventArgs() === +    * Description:​N/​A
-N/+
-==== Remarks ==== +
-N/+
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== DrawingExceptionLayerEventArgs(GeoCanvas,​Exception,​Boolean) === +
-N/+
-==== Remarks ==== +
-N/+
-==== Parameters ==== +
-**canvas** +
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +
-  * **Description:​N/​A+
  
-**exception** +<div newline></​div>​ 
-  * **Type**:Exception +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description:​N/​A+
  
-**cancel** +  ​//N/A// 
-  * **Type**:​Boolean +== Remarks == 
-  * **Description:​N/A+  * //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|}} Exception ​**
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​Exception
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} Canvas ​**
-  * **Return Type**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== Cancel === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} Cancel **
-=== Canvas === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]+
  
-[[#Public Properties|Go Back]] 
-=== Exception === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Exception+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.drawingexceptionlayereventargs.1442485660.txt.gz · Last modified: 2015/09/17 10:27 by admin