コード例 #1
0
ファイル: AtomEntry.cs プロジェクト: npenin/uss
 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 });
     }
 }