예제 #1
0
 public Feature()
 {
     Type = new FeatureType();
     CreatedBy = new User();
     LastModifiedBy = new User();
     OwnerOrganization = new Organization();
 }
예제 #2
0
 public Property()
 {
     Type = new PropertyType();
     Features = new FeatureValue[] { };
     CreatedBy = new User();
     LastModifiedBy = new User();
     OwnerOrganization = new Organization();
 }