Catel.Data.ModelBase.IModelValidation C# (CSharp) Метод

IModelValidation() приватный Метод

Validates the current object for field and business rule errors.
To check whether this object contains any errors, use the INotifyDataErrorInfo.HasErrors property.
private IModelValidation ( bool force ) : void
force bool If set to true, a validation is forced. When the validation is not forced, it means /// that when the object is already validated, and no properties have been changed, no validation actually occurs /// since there is no reason for any values to have changed. ///
Результат void
        void IModelValidation.Validate(bool force)
        {
            Validate(force);
        }