C# Class Concordion.Internal.Util.Check

Mostrar archivo Open project: concordion/concordion-net

Public Methods

Method 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 method

public static IsFalse ( bool expression, string message ) : void
expression bool
message string
return void

IsTrue() public static method

public static IsTrue ( bool expression, string message ) : void
expression bool
message string
return void

NotEmpty() public static method

public static NotEmpty ( string str, string message ) : void
str string
message string
return void

NotNull() public static method

public static NotNull ( object obj, string message ) : void
obj object
message string
return void