Example #1
0
 public dc(JstorService.searchRetrieveResponseRecordsRecordRecordData other)
     : base(other.RawText())
 {
     relation = other.relation;
     language = other.language;
     coverage = other.coverage;
     publisher = other.publisher;
     title = other.title;
     description = other.description;
     creator = FromArray(other.creator);
     identifier = FromArray(other.identifier);
     type = FromArray(other.type);
     date = FromArray(other.date);
     subject = FromArray(other.subject);
 }