Metodo DedVarsCreateDeleteCommand
|
Crea, inizializza e restituisce il comando per l'eliminazione di un elemento.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi protected override QSDeleteCommand CreateDeleteCommand(
DedVar item
)
Protected Overrides Function CreateDeleteCommand (
item As DedVar
) As QSDeleteCommand
protected:
virtual QSDeleteCommand^ CreateDeleteCommand(
DedVar^ item
) override
abstract CreateDeleteCommand :
item : DedVar -> QSDeleteCommand
override CreateDeleteCommand :
item : DedVar -> QSDeleteCommand
Parametri
- item
- Tipo: DedNet.CoreDedVar
Elemento da utilizzare per inizializzare il comando.
Valore di ritorno
Tipo:
QSDeleteCommandIl comando inizializzato, pronto per essere eseguito.
Vedi anche