public static GivenType Type(this EntityAttribute attribute)
 {
     return(attribute.model.GivenTypes().SingleOrDefault(y => y.Identifier == attribute.TypeIdentifier));
 }
Example #2
0
 public void Add(EntityAttribute v)
 {
     this.entityRepository.Add(v);
 }