/// <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; }
/// <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; }
/// <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; }
/// <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; }
/// <remarks /> public AreaData() { Name = string.Empty; Sortname = string.Empty; Iso31661 = new Iso31661Codelist(); Iso31663 = new Iso31663Codelist(); Lifespan = new Lifespan(); Aliaslist = new List <AreaAlias>(); Relationlist = new AreaRelationlist(); Id = string.Empty; Type = string.Empty; Score = 0; }
/// <remarks /> public AreaData() { Name = string.Empty; Sortname = string.Empty; Iso31661 = new Iso31661Codelist(); Iso31663 = new Iso31663Codelist(); Lifespan = new Lifespan(); Aliaslist = new List<AreaAlias>(); Relationlist = new AreaRelationlist(); Id = string.Empty; Type = string.Empty; Score = 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; }
/// <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; }