Exemplo n.º 1
0
 public CheckColumnFilterStrategy(ALVColumn column)
 {
     this.owner = column;
 }
Exemplo n.º 2
0
 public TextColumnFilterStrategy(ALVColumn column, bool fullCompare)
 {
     this.owner       = column;
     this.fullCompare = fullCompare;
 }