AerolineaFrba.Abm_Rol.Alta.datosCorrectos C# (CSharp) 메소드

datosCorrectos() 개인적인 메소드

private datosCorrectos ( ) : Boolean
리턴 Boolean
        private Boolean datosCorrectos()
        {
            Boolean huboError = Validacion.esVacio(txtNombre, "nombre de rol", true);
            huboError = !Validacion.esSoloTexto(txtNombre, "nombre de rol", true) || huboError;

            return !huboError;
        }