ValidationBindableBaseValidate Method

Applies validation rules to the entity and returns a value indicating whether all rules are valid and does not contain error notifications from the view.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public bool Validate()

Return Value

Boolean
if the entity does not currently have validation errors; otherwise .

See Also