eXpress Open Architecture Reference
×
Menu
Index

IAttr

 
The IAttr Interface contains information pertaining to an attribute. The IAttr class is the base class to all attribute types.
 

Properties

 
Gets or sets the Name property of this Attribute.
Gets or sets the ID property of this Attribute.
Gets or sets the Value property of this Attribute.
Gets or sets the RefID property of this Attribute
 

Remarks

 
Attributes represent the quantitative values associated with various entities in eXpress such as Objects and Tests. These values can be represented in many different forms, such as Integers, Strings, CheckLists, etc. With an Attribute pointer, you can ask for these derived types to be returned.
 

See Also