DropDatabaseConfirmationDialogViewModel Class

The view model for the drop database dialog

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Explorers..::..DropDatabaseConfirmationDialogViewModel

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Explorers
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Class DropDatabaseConfirmationDialogViewModel _
    Implements INotifyPropertyChanged
'Usage
Dim instance As DropDatabaseConfirmationDialogViewModel
public class DropDatabaseConfirmationDialogViewModel : INotifyPropertyChanged
public ref class DropDatabaseConfirmationDialogViewModel : INotifyPropertyChanged
type DropDatabaseConfirmationDialogViewModel =  
    class
        interface INotifyPropertyChanged
    end
public class DropDatabaseConfirmationDialogViewModel implements INotifyPropertyChanged

The DropDatabaseConfirmationDialogViewModel type exposes the following members.

Properties

  Name Description
Public property CanCancelDrop Gets or sets {insert text here}.
Public property CloseConnections Gets or sets {insert text here}.
Public property DatabaseName Gets {insert text here}.
Public property DeleteBackupHistory Gets or sets {insert text here}.
Public property DialogTitle Gets {insert text here}.
Public property EmphasizedFontSize Gets {insert text here}.
Public property ErrorMessage Gets or sets {insert text here}.
Public property FailedToDropTitle Gets {insert text here}.
Public property IsDeleteBackupHistoryVisible Gets {insert text here}.
Public property PrimaryLabelTitle Gets {insert text here}.
Public property State Gets or sets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event DropCanceled
Public event DropFailed
Public event DropSuccessful
Public event PropertyChanged

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Explorers Namespace