Skip to content

GeoObjectNode

Inheritance Hierarchy

  • Object
  • GeoObjectNode

Members Summary

Public Constructors Summary

Name
GeoObjectNode()
GeoObjectNode(String)

Protected Constructors Summary

Name
N/A

Public Properties Summary

Name Return Type Description
Attributes Dictionary<String,String> Gets the Attribute of the node.
Children Collection<GeoObjectNode> Gets the Children of the node.
IsDefaultValue Boolean Gets or sets the IsDefaultValue of the node.
Name String Gets or sets the Name of the node.
Parent GeoObjectNode Gets or sets the Parent of the node.
Value String Gets or sets the Value of the node.

Protected Properties Summary

Name Return Type Description
FirstChild GeoObjectNode N/A
IsNonGenericSequence Boolean N/A
LastChild GeoObjectNode N/A

Public Methods Summary

Name
Equals(Object)
GetHashCode()
GetType()
ToString()

Protected Methods Summary

Name
Finalize()
GetAttribute(String)
MemberwiseClone()
RemoveAttribute(String)
SetAttribute(String,String)

Public Events Summary

Name Event Arguments Description
N/A N/A N/A

Members Detail

Public Constructors

Name
GeoObjectNode()
GeoObjectNode(String)

Protected Constructors

Public Properties

Attributes

Summary

Gets the Attribute of the node.

Remarks

N/A

Return Value

Dictionary<String,String>


Children

Summary

Gets the Children of the node.

Remarks

N/A

Return Value

Collection<GeoObjectNode>


IsDefaultValue

Summary

Gets or sets the IsDefaultValue of the node.

Remarks

N/A

Return Value

Boolean


Name

Summary

Gets or sets the Name of the node.

Remarks

N/A

Return Value

String


Parent

Summary

Gets or sets the Parent of the node.

Remarks

N/A

Return Value

GeoObjectNode


Value

Summary

Gets or sets the Value of the node.

Remarks

N/A

Return Value

String


Protected Properties

FirstChild

Summary

N/A

Remarks

N/A

Return Value

GeoObjectNode


IsNonGenericSequence

Summary

N/A

Remarks

N/A

Return Value

Boolean


LastChild

Summary

N/A

Remarks

N/A

Return Value

GeoObjectNode


Public Methods

Equals(Object)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Boolean N/A

Parameters

Name Type Description
obj Object N/A

GetHashCode()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Int32 N/A

Parameters

Name Type Description
N/A N/A N/A

GetType()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Type N/A

Parameters

Name Type Description
N/A N/A N/A

ToString()

Summary

Returns a string that contains the name, children count and attribute count of this node.

Remarks

N/A

Return Value

Type Description
String The string that contains the name, children count and attribute count of this node.

Parameters

Name Type Description
N/A N/A N/A

Protected Methods

Finalize()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

GetAttribute(String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
attributeName String N/A

MemberwiseClone()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Object N/A

Parameters

Name Type Description
N/A N/A N/A

RemoveAttribute(String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
attributeName String N/A

SetAttribute(String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
attributeName String N/A
attributeValue String N/A

Public Events