Ejemplo n.º 1
0
 protected static bool BeSetIfDetermined(double?value, UnspecificTestResult testResult)
 {
     return(testResult == UnspecificTestResult.NotDetermined || value.HasValue);
 }
Ejemplo n.º 2
0
 protected static bool BeSetIfDetermined(string value, UnspecificTestResult testResult)
 {
     return(testResult == UnspecificTestResult.NotDetermined || !string.IsNullOrWhiteSpace(value));
 }