Table of Contents

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

int

GUID

Returns the guid of the xml object.

public string GUID { get; set; }

Property Value

string

Name

Gets/sets the name of this object.

public string Name { get; set; }

Property Value

string

ObjectNumber

Gets the unique number for this object.

public int ObjectNumber { get; }

Property Value

int

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; }

Property Value

XmlNode