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