DOMReference

From Virtual World Web Wiki
Jump to: navigation, search

Represents a reference to an Object Type. If you see one of these in the DOM it represents the failure to resolve a reference into a real object when loading DOM. This can be helpful in diagnosing broken references (usually missing Object Types)

  • Inherits class: DOMObject
  • This is a leaf node type. This node type cannot have children.

Remarks [edit]

Properties

bool Enabled {get;}
Always true for DOMReference
string Reason {get; set;}
May contain an error message explaining why the reference could not be loaded
string Title {get;}
bool Validated {get;}
bool Visible {get;}
Always true for DOMReference

Constructors

DOMReference(string reason)
Constructs a new DOMReference with a reason
DOMReference(Guid typeID, Guid? referenceID, string reason)
Constructs a new DOMReference with some properties populated