Click or drag to resize

AttributeExpressionTObjectCondition Method

Condition of the expression.

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public bool Condition(
	DomainObject obj
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The object.

Return Value

Type: Boolean

Implements

IAttributeExpressionCondition(DomainObject)
See Also