ctrlX Data Layer .NET API  4.3.0
Loading...
Searching...
No Matches
ResultExtensions Class Reference

Provides extension methods for DLR_RESULT. More...

Static Public Member Functions

static bool IsBad (this DLR_RESULT result)
 Gets a value that indicates whether the result is bad.
 
static bool IsGood (this DLR_RESULT result)
 Gets a value that indicates whether the result is good.
 

Detailed Description

Provides extension methods for DLR_RESULT.

Definition at line 6 of file ResultExtensions.cs.

Member Function Documentation

◆ IsBad()

static bool IsBad ( this DLR_RESULT  result)
inlinestatic

Gets a value that indicates whether the result is bad.

Parameters
resultThe result.
Returns
True if the result is bad, else false.

Definition at line 23 of file ResultExtensions.cs.

References ResultExtensions.IsGood().

◆ IsGood()

static bool IsGood ( this DLR_RESULT  result)
inlinestatic

Gets a value that indicates whether the result is good.

Parameters
resultThe result.
Returns
True if the result is good, else false.

Definition at line 13 of file ResultExtensions.cs.

Referenced by ResultExtensions.IsBad().


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