Click or drag to resize

CodeAttributeConstraintTObjectIsValid 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
Syntax
public override bool IsValid(
	TObject obj,
	ValidationEvent state
)

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