Exemplo n.º 1
0
 public InformationsBaseTableModelEditable(string columnName, EditableType type)
 {
     this._columnName   = columnName;
     this._editableType = type;
 }
Exemplo n.º 2
0
 public EditableAttribute(EditableType editable)
 {
     Editable = editable;
 }