Ejemplo n.º 1
0
 /// <remarks />
 public ReleaseArea()
 {
     Name             = string.Empty;
     Sortname         = string.Empty;
     Iso31661Codelist = new Iso31661Codelist();
     Id = string.Empty;
 }
Ejemplo n.º 2
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;
 }
Ejemplo n.º 3
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;
 }
Ejemplo n.º 4
0
 /// <remarks />
 public ReleaseArea()
 {
   Name = string.Empty;
   Sortname = string.Empty;
   Iso31661Codelist = new Iso31661Codelist();
   Id = string.Empty;
 }