Interface: AttributeResult
Defined in: type/AttributeResult.ts:11
The AttributeResult is an entity that gets returned when a search is done on attributes from a Class' perspective. The AttributeResult has 3 fields,
- attributeDescription: The AttributeDescription Entity
- attribute: The Entity that link the value to the AttributeDescription Entity and the Class. This field can be null. In that case the Class does not have an AttributeValue set on it.
- value: The AttributeValue, either from the Attribute on the Class, or from the AttributeDescription when it's an inherited defaultValue.
Properties
attribute?
optionalattribute?:Attribute
Defined in: type/AttributeResult.ts:13
The Attribute Entity that link the value to the AttributeDescription Entity and the Class. This field can be null. In that case the Class does not have an AttributeValue set on
attributeDescription
attributeDescription:
AttributeDescription
Defined in: type/AttributeResult.ts:15
The Attribute Description
value
value:
AttributeValue
Defined in: type/AttributeResult.ts:17
The Attribute Value, either from the Attribute on the Class, or from the AttributeDescription when it's an inherited defaultValue.