Esempio n. 1
0
 public void AddAttribute(Attribute attribute)
 {
     attribute.ParentEntity = this;
     //make sure both live in the same model
     attribute.SchemaModel = SchemaModel;
 }
 public void AddAttribute(Attribute attribute)
 {
     attribute.ParentEntity = this;
     //make sure both live in the same model
     attribute.SchemaModel = SchemaModel;
 }