====== ThinkGeo.MapSuite.Serialize.GeoObjectNode ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Serialize.GeoObjectNode** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} GeoObjectNode() ** * //Creates an instance of GeoObjectNode.// == Remarks == * //N/A// == Parameters ==
** {{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.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:The string that contains the name, children count and attribute count of this node. == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== 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
** {{wiki:ProtectedMethod.gif|}} GetAttribute(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //attributeName// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} RemoveAttribute(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //attributeName// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Name ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Parent ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Serialize.GeoObjectNode|GeoObjectNode]] ** {{wiki:PublicProperty.gif|}} Children ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Serialize.GeoObjectNode|GeoObjectNode]]> ** {{wiki:PublicProperty.gif|}} Attributes ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Dictionary ** {{wiki:PublicProperty.gif|}} Value ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} IsDefaultValue ** * //N/A// == 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.Serialize.GeoObjectNode|GeoObjectNode]] ** {{wiki:ProtectedProperty.gif|}} FirstChild ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Serialize.GeoObjectNode|GeoObjectNode]] ==== Public Events ====