mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Resource_Object >> XML_Node_Base_Type

XML_Node_Base_Type Class



Helper base class which keeps tracking id the XML ID and assists in formatting the ID in special ways to signify that a field is user-entered


Namespace: SobekCM.Resource_Object
Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
[SerializableAttribute]
public class XML_Node_Base_Type : XML_Writing_Base_Type

Remarks

This class extends the XML_Writing_Base_Type class.

Inheritance Hierarchy

Constructors

  NameDescription
Public methodXML_Node_Base_Type
Constructor for a new instancee of the XML_Node_Base_Type class

Methods

  NameDescription
Protected methodAdd_ID
Add the XML-formatted ID string to the output stream
Public methodConvert_String_To_XML_Safe
Converts a basic string into an XML-safe string
(Inherited from XML_Writing_Base_Type.)
Protected methodStatic memberReset_User_ID_Index
Resets the user-submitted ID index, used before writing the entire metadata file

Fields

  NameDescription
Protected fieldid
Identifier field for this XML node

Properties

  NameDescription
Public propertyActual_ID
Returns the actual id for this node, excluding the special user indicator portion
Public propertyID
Gets and sets the ID for this XML node
Protected propertyStatic memberInclude_User_In_ID
Flag indicates whether to include the special user-flag portion in the ID for this XML node
Public propertyUser_Submitted
Gets and sets the flag that indicates this node was user-submitted

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )