public EntityTypeElement(string fullName) : base(fullName) { _properties = new NotifyChangedCollection <PropertyElement>(); AddChildren(_properties); }
public EnumElement(string fullName) : base(fullName) { _items = new NotifyChangedCollection <EnumItemElement>(); AddChildren(_items); }
public EntityTypeElement(string fullName) : base(fullName) { _properties = new NotifyChangedCollection<PropertyElement>(); AddChildren(_properties); }
public EnumElement(string fullName) : base(fullName) { _items = new NotifyChangedCollection<EnumItemElement>(); AddChildren(_items); }