C# Class BankSystem.Validation

Afficher le fichier Open project: Y-LyN-10/Software-University-Courses

Méthodes publiques

Méthode Description
CheckForMinimalValue ( decimal value, string argumentName ) : void
CheckForNegativeOrZero ( object number, string argumentName ) : void
CheckForNullOrEmpty ( string value, string argumentName ) : void

Method Details

CheckForMinimalValue() public static méthode

public static CheckForMinimalValue ( decimal value, string argumentName ) : void
value decimal
argumentName string
Résultat void

CheckForNegativeOrZero() public static méthode

public static CheckForNegativeOrZero ( object number, string argumentName ) : void
number object
argumentName string
Résultat void

CheckForNullOrEmpty() public static méthode

public static CheckForNullOrEmpty ( string value, string argumentName ) : void
value string
argumentName string
Résultat void