Exemplo n.º 1
0
 private string MakeKey(DataAttribute attribute)
 {
     return($"{attribute.Parent.Parent.Id}-{attribute.Parent.Name}-{attribute.Name}");
 }
Exemplo n.º 2
0
 public bool IsIgnored(DataAttribute attribute)
 {
     return(ignoredAttributes.Contains(MakeKey(attribute)));
 }