Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Utils.ExpressionHelper Class Reference

Helper class for multiple parameter validation. More...

Static Public Member Functions

static void CheckForNullArg (params Expression< Func< object >>[] expressions)
 Throws an ArgumentNullException if the value of any passed expression is null. More...
 

Detailed Description

Helper class for multiple parameter validation.

Member Function Documentation

static void PushTechnology.ClientInterface.Utils.ExpressionHelper.CheckForNullArg ( params Expression< Func< object >>[]  expressions)
static

Throws an ArgumentNullException if the value of any passed expression is null.

Parameters
expressionsThe lambda expressions to analyze. The lambdas MUST be of the form () => variableName.

The documentation for this class was generated from the following file: