ILinVenDetOperable.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using sage.ew.interficies;
6 using System.ComponentModel;
7 using sage.ew.ewbase;
8 using System.Data;
9 
10 namespace sage.ew.lote
11 {
15  internal interface ILinVenDetOperable
16  {
23  bool _Delete(string tcLote, IDocumentLinea toLinea);
24 
25 
33  bool _Show(object toPadre, IDocumentLinea toLinea, bool tlReadOnly = false);
34  }
35 }
Interficie mínima de las líneas (Mantener lo mas reducida posible)
Definition: IDocument.cs:186