Click or drag to resize

IAttributeExpressionsIsValid Method

Returns true if the value of the attribute is valid for the specified object.

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

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The object.

Return Value

Type: Boolean
true if the specified object is valid; otherwise, false.
See Also