User Tools

Site Tools


thinkgeo.mapsuite.core.geoobjectnode

ThinkGeo.MapSuite.Core.GeoObjectNode

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represent the model of an object.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.GeoObjectNode

Members Summary

Public Constructors

GeoObjectNode()

  • Creates an instance of GeoObjectNode.
Remarks
  • N/A
Parameters

GeoObjectNode(String)

  • Creates an instance of GeoObjectNode with a name.
Remarks
  • N/A
Parameters
  • name
    • Type:String
    • Description:The name of this node.

Protected Constructors

Public Methods

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

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

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

GetAttribute(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters
  • attributeName
    • Type:String
    • Description:N/A

RemoveAttribute(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • attributeName
    • Type:String
    • Description:N/A

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Name

Gets or sets the Name of the node.

Remarks

N/A

Return Value
  • Type:String

Parent

Gets or sets the Parent of the node.

Remarks

N/A

Return Value

Children

Gets the Children of the node.

Remarks

N/A

Return Value

Attributes

Gets the Attribute of the node.

Remarks

N/A

Return Value
  • Type:Dictionary<String,String>

Value

Gets or sets the Value of the node.

Remarks

N/A

Return Value
  • Type:String

IsDefaultValue

Gets or sets the IsDefaultValue of the node.

Remarks

N/A

Return Value
  • Type:Boolean

Protected Properties

IsNonGenericSequence

N/A

Remarks

N/A

Return Value
  • Type:Boolean

LastChild

N/A

Remarks

N/A

Return Value

FirstChild

N/A

Remarks

N/A

Return Value

Public Events

thinkgeo.mapsuite.core.geoobjectnode.txt · Last modified: 2017/03/16 21:59 (external edit)