MvcTemplate.Validators.AccountValidator.CanEdit C# (CSharp) Méthode

CanEdit() public méthode

public CanEdit ( AccountEditView view ) : System.Boolean
view MvcTemplate.Objects.AccountEditView
Résultat System.Boolean
        public Boolean CanEdit(AccountEditView view)
        {
            return ModelState.IsValid;
        }

Same methods

AccountValidator::CanEdit ( ProfileEditView view ) : System.Boolean