AttributeExpressionsTObjectIsValid Method |
Returns true if ... is valid.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool IsValid(
DomainObject obj
)
Public Function IsValid (
obj As DomainObject
) As Boolean
public:
virtual bool IsValid(
DomainObject^ obj
) sealed
abstract IsValid :
obj : DomainObject -> bool
override IsValid :
obj : DomainObject -> bool
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainDomainObject
The object.
Return Value
Type:
Booleantrue if the specified object is valid; otherwise,
false.
Implements
IAttributeExpressionsIsValid(DomainObject)
See Also