C# Class Concordion.Internal.Util.Check

Afficher le fichier Open project: concordion/concordion-net

Méthodes publiques

Méthode Description
IsFalse ( bool expression, string message ) : void
IsTrue ( bool expression, string message ) : void
NotEmpty ( string str, string message ) : void
NotNull ( object obj, string message ) : void

Method Details

IsFalse() public static méthode

public static IsFalse ( bool expression, string message ) : void
expression bool
message string
Résultat void

IsTrue() public static méthode

public static IsTrue ( bool expression, string message ) : void
expression bool
message string
Résultat void

NotEmpty() public static méthode

public static NotEmpty ( string str, string message ) : void
str string
message string
Résultat void

NotNull() public static méthode

public static NotNull ( object obj, string message ) : void
obj object
message string
Résultat void