An NDoc Documented Class Library

Shape.Alias Members

Shape.Alias overview

Public Instance Constructors

Shape.Alias Constructor Construct an Alias class.

Public Instance Methods

addAttribute (inherited from AbstractXML) Add a new attribute.
addElement (inherited from AbstractXML) Add a new element.
addElements (inherited from AbstractXML) Add a new element.
changeAttribute (inherited from AbstractXML) Change a preexisting attribute.
changeElement (inherited from AbstractXML) Change a preexisting element.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.
writeXML (inherited from AbstractXML) Write ourself (an XML element) to a document.

Protected Instance Fields

attributeOrder (inherited from AbstractXML) The order to output the key/value pair attributes
attributes (inherited from AbstractXML) The key/value pair relationships between the name of an attribute and the actual value of the attribute.
className (inherited from AbstractXML) Every XML element must have a name.
elementOrder (inherited from AbstractXML) The order to output the key/value pair subelements
elements (inherited from AbstractXML) The key/value pair relationships between the name of the subelement and the actual element.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Shape.Alias Class | Converter Namespace