Example #1
0
 public virtual void SetLexRecord(LexRecord lexRecord)
 {
     base_          = lexRecord.GetBase();
     spellingVars_  = lexRecord.GetSpellingVars();
     eui_           = lexRecord.GetEui();
     category_      = lexRecord.GetCategory();
     catEntry_      = lexRecord.GetCatEntry();
     acronyms_      = lexRecord.GetAcronyms();
     abbreviations_ = lexRecord.GetAbbreviations();
     annotations_   = lexRecord.GetAnnotations();
     signature_     = lexRecord.GetSignature();
     end_           = lexRecord.GetEnd();
 }