Exemplo n.º 1
0
 public GenericListPage FilterColumn_Checkbox(string columnDisplayName, bool isChecked, EnumGridFilterTypes filterOption)
 {
     throw new NotImplementedException();
     return(this);
 }
Exemplo n.º 2
0
 public GenericListPage FilterColumn_Numeric(string columnDisplayName, decimal value, EnumGridFilterTypes filterOption)
 {
     throw new NotImplementedException();
     return(this);
 }