Ejemplo n.º 1
0
 public Feature()
 {
     Type = new FeatureType();
     CreatedBy = new User();
     LastModifiedBy = new User();
     OwnerOrganization = new Organization();
 }
Ejemplo n.º 2
0
 public Property()
 {
     Type = new PropertyType();
     Features = new FeatureValue[] { };
     CreatedBy = new User();
     LastModifiedBy = new User();
     OwnerOrganization = new Organization();
 }