Exemplo n.º 1
0
 public ImageButtonColumn <ENTITY> ToPerformAction(ColumnAction action)
 {
     _action = action.ToString();
     return(this);
 }
Exemplo n.º 2
0
 public LinkColumn <ENTITY> ToPerformAction(ColumnAction action)
 {
     _action = action.ToString();
     return(this);
 }