Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public override bool NeedsConfirmation(
	ICartellaObject objectToDelete
)
Visual Basic
Public Overrides Function NeedsConfirmation ( _
	objectToDelete As ICartellaObject _
) As Boolean
Visual C++
public:
virtual bool NeedsConfirmation(
	ICartellaObject^ objectToDelete
) override

Parameters

objectToDelete
Type: Cartella.Interfaces..::..ICartellaObject

See Also