Exemplo n.º 1
0
 public FilterDefinition(FilterType type = FilterType.Custom)
 {
     Type = type;
     Name = type.GetDescription();
 }