Class XMLobject<ParentObjectType>
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
Returns one object in an xml collection.
public class XMLobject<ParentObjectType> where ParentObjectType : XMLparent
Type Parameters
ParentObjectType
The type of object.
- Inheritance
-
XMLobject<ParentObjectType>
- Derived
- Inherited Members
- Extension Methods
Constructors
XMLobject()
The constructor.
public XMLobject()
Properties
AbsolutePosition
Returns the absolute position of this object in the collection.
public int AbsolutePosition { get; }
Property Value
GUID
Returns the guid of the xml object.
public string GUID { get; set; }
Property Value
Name
Gets/sets the name of this object.
public string Name { get; set; }
Property Value
ObjectNumber
Gets the unique number for this object.
public int ObjectNumber { get; }
Property Value
ParentObject
Returns the parent of the object.
public ParentObjectType ParentObject { get; }
Property Value
- ParentObjectType
XmlNode
Gets the underlying xml node used to initialize this object.
public XmlNode XmlNode { get; }