C# Class templateApp.GUI.Validaciones

Clase encargada de resolver validaciones de expresiones regulares y cualquier otro tipo de validacion requerida sobre un dato que se ingreso por el usuario al sistema
Mostra file Open project: rosmantorres/sakaratedo

Public Methods

Method Description
ValidarCamposVacios ( List datos ) : bool
ValidarExpresionRegular ( List datos, Regex expresionRegular ) : bool

Method Details

ValidarCamposVacios() public static method

public static ValidarCamposVacios ( List datos ) : bool
datos List Lista de String con los datos a validar
return bool

ValidarExpresionRegular() public static method

public static ValidarExpresionRegular ( List datos, Regex expresionRegular ) : bool
datos List Lista de String con los datos a validar
expresionRegular System.Text.RegularExpressions.Regex Regex con la expresion regular a validar
return bool