Example #1
0
 public Feature()
 {
     Type = new FeatureType();
     CreatedBy = new User();
     LastModifiedBy = new User();
     OwnerOrganization = new Organization();
 }
Example #2
0
 public FeatureValue()
 {
     Feature = new FeatureType();
     LastModifiedBy = new User();
 }