Expression Property

Concrete property with expression type.

Example

Creating the property:

property = ExpressionProperty(Value(1))
class gsf.core.entity.properties.expression_property.ExpressionProperty(value: gsf.core.expressions.expression.Expression)

Bases: Generic[gsf.core.entity.core.entity_property.T]

Expression property

Defines a property with the expression type.

get_value()gsf.core.expressions.expression.Expression

Returns the value of the property