|
ctrlX Data Layer .NET API
4.3.0
|
![]() |
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. | |
Provides extension methods for DLR_RESULT.
Definition at line 6 of file ResultExtensions.cs.
|
inlinestatic |
Gets a value that indicates whether the result is bad.
result | The result. |
Definition at line 23 of file ResultExtensions.cs.
References ResultExtensions.IsGood().
|
inlinestatic |
Gets a value that indicates whether the result is good.
result | The result. |
Definition at line 13 of file ResultExtensions.cs.
Referenced by ResultExtensions.IsBad().