Esempio n. 1
0
 public ValidationContext(AcceptValidationError acceptErrorDelegate, FetchOperationalObject fetchObjectDelegate)
 {
     AcceptError = acceptErrorDelegate;
     FetchObject = fetchObjectDelegate;
 }
Esempio n. 2
0
 public ValidationContext(AcceptValidationError acceptErrorDelegate, FetchOperationalObject fetchObjectDelegate)
 {
     AcceptError = acceptErrorDelegate;
     FetchObject = fetchObjectDelegate;
 }
Esempio n. 3
0
 public ValidationContext(AcceptValidationError acceptErrorDelegate, FetchOperationalObject fetchObjectDelegate, ITerminologyService terminologyService)
     : this(acceptErrorDelegate, fetchObjectDelegate)
 {
     Check.Require(terminologyService != null, "terminologyService must not be null.");
     this.terminologyService = terminologyService;
 }
Esempio n. 4
0
 public ValidationContext(AcceptValidationError acceptErrorDelegate, FetchOperationalObject fetchObjectDelegate, ITerminologyService terminologyService)
     : this(acceptErrorDelegate, fetchObjectDelegate)
 {
     Check.Require(terminologyService != null, "terminologyService must not be null.");
     this.terminologyService = terminologyService;
 }