User Tools

Site Tools


thinkgeo.mapsuite.core.geoobjectnode

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.geoobjectnode [2015/09/17 10:30]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.GeoObjectNode ====== 
-This class represent the model of an object. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.GeoObjectNode** 
-===== Members Summary ===== 
-=== Public Constructors === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GeoObjectNode()|GeoObjectNode]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Creates an instance of GeoObjectNode. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GeoObjectNode(String)|GeoObjectNode]]** 
-  * **Parameters**:​String 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Creates an instance of GeoObjectNode with a name. 
-</​div>​ 
- 
-=== Protected Constructors === 
-=== Public Methods === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** 
-  * **Parameters**:​Object 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Returns a string that contains the name, children count and attribute count of this node. 
-</​div>​ 
- 
-=== Protected Methods === 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Nyw=(String,​String)|Nyw=]]** 
-  * **Parameters**:​String,​String 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OCw=(String)|OCw=]]** 
-  * **Parameters**:​String 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OSw=(String)|OSw=]]** 
-  * **Parameters**:​String 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Public Properties === 
-**{{wiki:​PublicProperty.gif|}}[[#​Attributes|Attributes]]** 
-  * **Return**:​Dictionary<​String,​String>​ 
-  * **Summary**:​Gets the Attribute of the node. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Children|Children]]** 
-  * **Return**:​Collection<​[[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]]>​ 
-  * **Summary**:​Gets the Children of the node. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​IsDefaultValue|IsDefaultValue]]** 
-  * **Return**:​Boolean 
-  * **Summary**:​Gets or sets the IsDefaultValue of the node. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Name|Name]]** 
-  * **Return**:​String 
-  * **Summary**:​Gets or sets the Name of the node. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Parent|Parent]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]] 
-  * **Summary**:​Gets or sets the Parent of the node. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Value|Value]]** 
-  * **Return**:​String 
-  * **Summary**:​Gets or sets the Value of the node. 
- 
-=== Protected Properties === 
-**{{wiki:​ProtectedProperty.gif|}}[[#​Miw=|Miw=]]** 
-  * **Return**:​Boolean 
-  * **Summary**:​N/​A 
- 
-**{{wiki:​ProtectedProperty.gif|}}[[#​NCw=|NCw=]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]] 
-  * **Summary**:​N/​A 
- 
-**{{wiki:​ProtectedProperty.gif|}}[[#​Niw=|Niw=]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]] 
-  * **Summary**:​N/​A 
- 
-=== Public Events === 
-===== Public Constructors ===== 
-=== GeoObjectNode() === 
-Creates an instance of GeoObjectNode. 
-==== Remarks ==== 
-N/A 
-==== Parameters ==== 
-[[#Public Constructors|Go Back]] 
-=== GeoObjectNode(String) === 
-Creates an instance of GeoObjectNode with a name. 
-==== Remarks ==== 
-N/A 
-==== Parameters ==== 
-**name** 
-  * **Type**:​String 
-  * **Description:​The name of this node. 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-=== Equals(Object) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**obj** 
-  * **Type**:​Object 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetHashCode() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Int32 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetType() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Type 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== ToString() === 
-Returns a string that contains the name, children count and attribute count of this node. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​The string that contains the name, children count and attribute count of this node. 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-=== Finalize() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Object 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== Nyw=(String,​String) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**attributeName** 
-  * **Type**:​String 
-  * **Description**:​N/​A 
- 
-**attributeValue** 
-  * **Type**:​String 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OCw=(String) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**attributeName** 
-  * **Type**:​String 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OSw=(String) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**attributeName** 
-  * **Type**:​String 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== Attributes === 
-Gets the Attribute of the node. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Dictionary<​String,​String>​ 
- 
-[[#Public Properties|Go Back]] 
-=== Children === 
-Gets the Children of the node. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Collection<​[[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]]>​ 
- 
-[[#Public Properties|Go Back]] 
-=== IsDefaultValue === 
-Gets or sets the IsDefaultValue of the node. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Boolean 
- 
-[[#Public Properties|Go Back]] 
-=== Name === 
-Gets or sets the Name of the node. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​String 
- 
-[[#Public Properties|Go Back]] 
-=== Parent === 
-Gets or sets the Parent of the node. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]] 
- 
-[[#Public Properties|Go Back]] 
-=== Value === 
-Gets or sets the Value of the node. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​String 
- 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-=== Miw= === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Boolean 
- 
-[[#​Protected Properties|Go Back]] 
-=== NCw= === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]] 
- 
-[[#​Protected Properties|Go Back]] 
-=== Niw= === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]] 
- 
-[[#​Protected Properties|Go Back]] 
-===== Public Events ===== 
  
thinkgeo.mapsuite.core.geoobjectnode.1442485810.txt.gz ยท Last modified: 2015/09/17 10:30 by admin