Example #1
0
 /// <remarks />
 public AreaRelation()
 {
     Target    = string.Empty;
     Direction = string.Empty;
     Area      = new GArea();
     Type      = string.Empty;
     Typeid    = string.Empty;
 }
Example #2
0
 /// <remarks />
 public LabelData()
 {
     Name      = string.Empty;
     Sortname  = string.Empty;
     Country   = string.Empty;
     Area      = new GArea();
     Lifespan  = new Lifespan();
     Aliaslist = new List <Alias>();
     Id        = string.Empty;
     Score     = 0;
     Type      = string.Empty;
 }
Example #3
0
 /// <remarks />
 public PlaceData()
 {
     Name        = string.Empty;
     Address     = string.Empty;
     Coordinates = new Coordinates();
     Area        = new GArea();
     Lifespan    = new Lifespan();
     Aliaslist   = new List <Alias>();
     Id          = string.Empty;
     Type        = string.Empty;
     Score       = 0;
 }
Example #4
0
 /// <remarks />
 public LabelData()
 {
   Name = string.Empty;
   Sortname = string.Empty;
   Country = string.Empty;
   Area = new GArea();
   Lifespan = new Lifespan();
   Aliaslist = new List<Alias>();
   Id = string.Empty;
   Score = 0;
   Type = string.Empty;
 }
Example #5
0
 /// <remarks />
 public PlaceData()
 {
   Name = string.Empty;
   Address = string.Empty;
   Coordinates = new Coordinates();
   Area = new GArea();
   Lifespan = new Lifespan();
   Aliaslist = new List<Alias>();
   Id = string.Empty;
   Type = string.Empty;
   Score = 0;
 }
Example #6
0
 /// <remarks />
 public ArtistData()
 {
     Name           = string.Empty;
     Sortname       = string.Empty;
     Gender         = string.Empty;
     Country        = string.Empty;
     Area           = new GArea();
     Beginarea      = new GArea();
     Endarea        = new GArea();
     Disambiguation = string.Empty;
     Lifespan       = new Lifespan();
     Aliaslist      = new List <Alias>();
     Taglist        = new List <GTag>();
     Id             = string.Empty;
     Type           = string.Empty;
     Score          = 0;
 }
Example #7
0
 /// <remarks />
 public ArtistData()
 {
   Name = string.Empty;
   Sortname = string.Empty;
   Gender = string.Empty;
   Country = string.Empty;
   Area = new GArea();
   Beginarea = new GArea();
   Endarea = new GArea();
   Disambiguation = string.Empty;
   Lifespan = new Lifespan();
   Aliaslist = new List<Alias>();
   Taglist = new List<GTag>();
   Id = string.Empty;
   Type = string.Empty;
   Score = 0;
 }
Example #8
0
 /// <remarks />
 public AreaRelation()
 {
   Target = string.Empty;
   Direction = string.Empty;
   Area = new GArea();
   Type = string.Empty;
   Typeid = string.Empty;
 }