Metodo DedNotifiesCreateUpdateCommand
|
Crea il comando di update per un elemento.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi protected override QSUpdateCommand CreateUpdateCommand(
DedNotify item
)
Protected Overrides Function CreateUpdateCommand (
item As DedNotify
) As QSUpdateCommand
protected:
virtual QSUpdateCommand^ CreateUpdateCommand(
DedNotify^ item
) override
abstract CreateUpdateCommand :
item : DedNotify -> QSUpdateCommand
override CreateUpdateCommand :
item : DedNotify -> QSUpdateCommand
Parametri
- item DedNotify
- Elemento per il quale creare il comando.
Valore di ritorno
QSUpdateCommandVedi anche