Exemplo n.º 1
0
 public FilterMatchGroupManipulation(string groupName, FilterManipulationType type, string value)
 {
     this.GroupName        = groupName;
     this.ManipulationType = type;
     this.Value            = value;
 }
Exemplo n.º 2
0
 public FilterMatchGroupManipulation(string groupName, FilterManipulationType type) : this(groupName, type, null)
 {
 }