IdentifierAttributeConstraintTObjectIsValid Method |
Returns true if the domain object is valid according to this constraint.
Namespace:
Aloe.EnterpriseOne.Model.Core.SpecialTypes
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override bool IsValid(
TObject obj,
ValidationEvent state
)
Public Overrides Function IsValid (
obj As TObject,
state As ValidationEvent
) As Boolean
public:
virtual bool IsValid(
TObject obj,
ValidationEvent^ state
) override
abstract IsValid :
obj : 'TObject *
state : ValidationEvent -> bool
override IsValid :
obj : 'TObject *
state : ValidationEvent -> bool
Parameters
- obj
- Type: TObject
The object to validate. - state
- Type: Aloe.SystemFrameworks.Domain.ValidationValidationEvent
The validation state for which the validation is performed.
Return Value
Type:
Boolean
True if the object is valid.
See Also