Ejemplo n.º 1
0
 internal void Complete(Model.Model model)
 {
     foreach (var attribute in model.GetInheritedAttributes(Category))
     {
         if (!Contains(attribute.Name))
             DataValues.Add(new AtomContentProperty() { Name = attribute.Name, IsNull = true });
     }
 }