ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class represent the model of an object.
*System.Object **ThinkGeo.MapSuite.PortableCore.GeoObjectNode
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Creates an instance of GeoObjectNode. | ||
![]() | String | Creates an instance of GeoObjectNode with a name. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object(overriden) | Returns a string that contains the name, children count and attribute count of this node. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Dictionary<String,String> | Gets the Attribute of the node. | |
![]() | Collection<GeoObjectNode> | Gets the Children of the node. | |
![]() | Boolean | Gets or sets the IsDefaultValue of the node. | |
![]() | String | Gets or sets the Name of the node. | |
![]() | GeoObjectNode | Gets or sets the Parent of the node. | |
![]() | String | Gets or sets the Value of the node. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Creates an instance of GeoObjectNode.
Name | Type | Description |
---|
Creates an instance of GeoObjectNode with a name.
Name | Type | Description |
---|---|---|
name | String<!– System.String –> | The name of this node. |
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Returns a string that contains the name, children count and attribute count of this node.
Return Type | Description |
---|---|
String<!– System.String –> | The string that contains the name, children count and attribute count of this node. |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets the Attribute of the node.
Return Type |
---|
Dictionary<String,String><!– System.Collections.Generic.Dictionary{System.String,System.String} –> |
<!– ThinkGeo.MapSuite.PortableCore.GeoObjectNode –> Go Back
Gets the Children of the node.
Return Type |
---|
Collection<GeoObjectNode><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.GeoObjectNode} –> |
<!– ThinkGeo.MapSuite.PortableCore.GeoObjectNode –> Go Back
Gets or sets the IsDefaultValue of the node.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.PortableCore.GeoObjectNode –> Go Back
Gets or sets the Name of the node.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.PortableCore.GeoObjectNode –> Go Back
Gets or sets the Parent of the node.
Return Type |
---|
GeoObjectNode<!– ThinkGeo.MapSuite.PortableCore.GeoObjectNode –> |
<!– ThinkGeo.MapSuite.PortableCore.GeoObjectNode –> Go Back
Gets or sets the Value of the node.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.PortableCore.GeoObjectNode –> Go Back