public void MergeFrom(TEKSignature other)
 {
     if (other == null)
     {
         return;
     }
     if (other.signatureInfo_ != null)
     {
         if (signatureInfo_ == null)
         {
             SignatureInfo = new global::NL.Rijksoverheid.ExposureNotification.BackEnd.GeneratedGaenFormat.SignatureInfo();
         }
         SignatureInfo.MergeFrom(other.SignatureInfo);
     }
     if (other.HasBatchNum)
     {
         BatchNum = other.BatchNum;
     }
     if (other.HasBatchSize)
     {
         BatchSize = other.BatchSize;
     }
     if (other.HasSignature)
     {
         Signature = other.Signature;
     }
     _unknownFields = UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
Пример #2
0
 public void MergeFrom(TEKSignature other)
 {
     if (other == null)
     {
         return;
     }
     if (other.signatureInfo_ != null)
     {
         if (signatureInfo_ == null)
         {
             SignatureInfo = new SignatureInfo();
         }
         SignatureInfo.MergeFrom(other.SignatureInfo);
     }
     if (other.HasBatchNum)
     {
         BatchNum = other.BatchNum;
     }
     if (other.HasBatchSize)
     {
         BatchSize = other.BatchSize;
     }
     if (other.HasSignature)
     {
         Signature = other.Signature;
     }
     _unknownFields = UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }