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