MvcTemplate.Validators.AccountValidator.CanEdit C# (CSharp) Method

CanEdit() public method

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

Same methods

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