Metodo DedNotifiesCreateUpdateCommand
|
Crea il comando di update per un elemento.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.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
- Tipo: DedNet.CoreDedNotify
Elemento per il quale creare il comando.
Valore di ritorno
Tipo:
QSUpdateCommandVedi anche