public void Import(ate.Definitions.Entity sourceEntity) { this.Map(sourceEntity); if (sourceEntity.PropertyGroups != null) { foreach (var basePropertyGroup in sourceEntity.PropertyGroups) { PropertyGroups.Add(new PropertyGroup(basePropertyGroup)); } } }
public Entity(ate.Definitions.Entity sourceEntity) { Import(sourceEntity); }