Ejemplo n.º 1
0
 /// <remarks />
 public WorkData()
 {
   Title = string.Empty;
   Language = string.Empty;
   Iswclist = new WorkIswclist();
   Disambiguation = string.Empty;
   Aliaslist = new WorkAliaslist();
   Relationlist = new WorkRelationlist();
   Id = string.Empty;
   Score = 0;
   Type = string.Empty;
 }
Ejemplo n.º 2
0
 /// <remarks />
 public WorkData()
 {
     Title          = string.Empty;
     Language       = string.Empty;
     Iswclist       = new WorkIswclist();
     Disambiguation = string.Empty;
     Aliaslist      = new WorkAliaslist();
     Relationlist   = new WorkRelationlist();
     Id             = string.Empty;
     Score          = 0;
     Type           = string.Empty;
 }