PowerUI.AttributeLookupLink Class Reference

Detailed Description

Sometimes more than one element has the same attribute. When that happens, they end up as a linked list. This is one of the links.

Public Member Functions

 AttributeLookupLink (Element element)
 

Public Attributes

Element Element
 The element. More...
 
AttributeLookupLink Next
 The link after this one. More...
 

Constructor & Destructor Documentation

PowerUI.AttributeLookupLink.AttributeLookupLink ( Element  element)
inline

Member Data Documentation

Element PowerUI.AttributeLookupLink.Element

The element.

AttributeLookupLink PowerUI.AttributeLookupLink.Next

The link after this one.