Click or drag to resize

AutoNumberConstraintTMaster, TDetailIsValid Method

Returns true if the object passes the constraint validation.

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public override bool IsValid(
	TDetail obj,
	ValidationEvent evt
)

Parameters

obj
Type: TDetail
The object to validate.
evt
Type: Aloe.SystemFrameworks.Domain.ValidationValidationEvent
The validation event for which the validation is performed.

Return Value

Type: Boolean
True if the object is valid.
See Also