Constructor
# new DuAEPropertyExpression(property)
Constructs a new DuAEPropertyExpression
Parameters:
Name | Type | Description |
---|---|---|
property |
PropertyBase
|
DuAEPropertyExpression
|
DuAEProperty
|
The property. If a DuAEPropertyExpression is provided, the constructor returns it (it does not make a copy). This makes it easy to avoid type checking, as you can always pass any property or DuAEPropertyExpression to the constructor to be sure to handle a DuAEPropertyExpression, without any impact on performance. |
Members
Boolean
# changed
true if the expression has been changed in the cache and needs to be re-applied to the property.
Array.<int>
# parentIndices
The Array containing the indices in all parent property groups containing this property.
This is used to retrieve the property in case the object becomes invalid.
This is used to retrieve the property in case the object becomes invalid.