Habanero.Faces.Base.ConfirmingBusinessObjectDeletor.ConfirmingBusinessObjectDeletor C# (CSharp) Метод

ConfirmingBusinessObjectDeletor() публичный Метод

Constructs a new ConfirmingBusinessObjectDeletor with the specified IConfirmer.
public ConfirmingBusinessObjectDeletor ( IConfirmer confirmer ) : System
confirmer IConfirmer The to use to prompt the user for confirmation of the deletion.
Результат System
        public ConfirmingBusinessObjectDeletor(IConfirmer confirmer)
        {
            Confirmer = confirmer;
        }

Same methods

ConfirmingBusinessObjectDeletor::ConfirmingBusinessObjectDeletor ( IConfirmer confirmer, string>.Function customConfirmationMessageDelegate ) : System