Inheritance: StringEntity
Esempio n. 1
0
 public Record(RecordData data, Iesi.Collections.Generic.ISet<Citation> citations)
     : this(data)
 {
     Citations = new Iesi.Collections.Generic.SortedSet<Citation>(citations);
 }
Esempio n. 2
0
 public Record(RecordData data)
     : this()
 {
     Data = data;
 }