Exemplo n.º 1
0
 internal void CopyFrom(MatchUISettings other)
 {
     UIOptions      = other?.UIOptions;
     ParseOptions   = other?.ParseOptions;
     GeocodeOptions = other?.GeocodeOptions;
 }
Exemplo n.º 2
0
 internal UIBimetricScoreJobRequest(BimetricScoreJobRequest request, MatchUISettings settings)
     : base(request, settings)
 {
 }
Exemplo n.º 3
0
 internal UIMatchByDocumentIdOptions(MatchByDocumentIdOptions options, MatchUISettings settings)
     : base(options, settings)
 {
 }
Exemplo n.º 4
0
 internal UIMatchJobRequest(MatchJobRequest request, MatchUISettings settings)
     : base(request, settings)
 {
 }
Exemplo n.º 5
0
 internal UISearchRequest(SearchRequest request, MatchUISettings settings)
     : base(request, settings)
 {
 }
Exemplo n.º 6
0
 internal GenerateUIRequest(T saasRequest, MatchUISettings settings)
 {
     SaasRequest = saasRequest;
     CopyFrom(settings);
 }