User Tools

Site Tools


thinkgeo.mapsuite.portablecore.geoobjectnode

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.portablecore.geoobjectnode [2015/09/23 01:35]
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 ==== 
-** {{wiki:​PublicMethod.gif|}} GeoObjectNode() ** 
- 
-  * //Creates an instance of GeoObjectNode.//​ 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoObjectNode(String) ** 
- 
-  * //Creates an instance of GeoObjectNode with a name.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //name// 
-    * Type:String 
-    * Description:​The name of this node. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //Returns a string that contains the name, children count and attribute count of this node.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​The string that contains the name, children count and attribute count of this node. 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} SetAttribute(String,​String) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​attributeName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​attributeValue//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetAttribute(String) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​attributeName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RemoveAttribute(String) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​attributeName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} Name ** 
- 
-  * //Gets or sets the Name of the node.// 
-== Remarks == 
-  * //N/A// 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} Parent ** 
- 
-  * //Gets or sets the Parent of the node.// 
-== Remarks == 
-  * //N/A// 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]] 
- 
-** {{wiki:​PublicProperty.gif|}} Children ** 
- 
-  * //Gets the Children of the node.// 
-== Remarks == 
-  * //N/A// 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]]>​ 
- 
-** {{wiki:​PublicProperty.gif|}} Attributes ** 
- 
-  * //Gets the Attribute of the node.// 
-== Remarks == 
-  * //N/A// 
-== Return Value == 
-  * Type:​Dictionary<​String,​String>​ 
- 
-** {{wiki:​PublicProperty.gif|}} Value ** 
- 
-  * //Gets or sets the Value of the node.// 
-== Remarks == 
-  * //N/A// 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} IsDefaultValue ** 
- 
-  * //Gets or sets the IsDefaultValue of the node.// 
-== Remarks == 
-  * //N/A// 
-== Return Value == 
-  * Type:​Boolean 
- 
-==== Protected Properties ==== 
-** {{wiki:​ProtectedProperty.gif|}} IsNonGenericSequence ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​ProtectedProperty.gif|}} LastChild ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]] 
- 
-** {{wiki:​ProtectedProperty.gif|}} FirstChild ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoObjectNode|GeoObjectNode]] 
- 
-==== Public Events ==== 
  
thinkgeo.mapsuite.portablecore.geoobjectnode.1442972126.txt.gz ยท Last modified: 2015/09/23 01:35 by admin