Exemplo n.º 1
0
 public Record()
 {
     Citations = new Iesi.Collections.Generic.SortedSet<Citation>();
 }
Exemplo n.º 2
0
 public Record(RecordData data, Iesi.Collections.Generic.ISet<Citation> citations)
     : this(data)
 {
     Citations = new Iesi.Collections.Generic.SortedSet<Citation>(citations);
 }
Exemplo n.º 3
0
 public CommandResult()
 {
     Dois = new HashedSet<RecordValue>();
     Subjects = new HashedSet<RecordValue>();
     Creators = new Iesi.Collections.Generic.SortedSet<RecordValue>();
 }