Click or drag to resize

MessageViewModel Class

Serves as the view model for the MessageView dialog. Implements the INotifyPropertyChanged interface.
Inheritance Hierarchy
SystemObject
  BindableBase
    CADSharpTools.MVVM.ViewModelsMessageViewModel

Namespace:  CADSharpTools.MVVM.ViewModels
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class MessageViewModel : BindableBase

The MessageViewModel type exposes the following members.

Constructors
  NameDescription
Public methodMessageViewModel
Creates a new instance of the MessageViewModel class.
Top
Properties
  NameDescription
Public propertyCloseCommand
Close command.
Public propertyMessage
Get or sets the message in the caption of the message view.
Public propertyProgramFullName
Gets or sets the program name in the title of the message view.
Top
Methods
  NameDescription
Public methodCode exampleShowView(Assembly, Boolean)
Shows the message view.
Public methodCode exampleShowView(String, Boolean)
Shows the message view.
Top
Remarks
The message view dialog has a read-only caption that is copyable by the user.
See Also