Costruttore DedFormEditEco (DedNetApplication, DedData, DedComm, DedNotifyNotifyEvent)
|
Costruttore utilizzato per impostare la modalità con cui il dialogo verrà utilizzato (creazione, editazione o cambio stato).
Namespace:
DedNet.Forms
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public DedFormEditEco(
DedNetApplication app,
DedData data,
DedComm comm,
DedNotifyNotifyEvent notify
)
Public Sub New (
app As DedNetApplication,
data As DedData,
comm As DedComm,
notify As DedNotifyNotifyEvent
)
public:
DedFormEditEco(
DedNetApplication^ app,
DedData^ data,
DedComm^ comm,
DedNotifyNotifyEvent notify
)
new :
app : DedNetApplication *
data : DedData *
comm : DedComm *
notify : DedNotifyNotifyEvent -> DedFormEditEco
Parametri
- app
- Tipo: DedNetDedNetApplication
Applicazione DedNet. - data
- Tipo: DedNet.CoreDedData
Anagrafica associata all'ECO. - comm
- Tipo: DedNet.CoreDedComm
Commessa associata all'ECO. - notify
- Tipo: DedNet.CoreDedNotifyNotifyEvent
Indica il tipo di notifica ECO.
Vedi anche