Click or drag to resize

ErrorViewModelT Class

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

Namespace:  CADSharpTools.MVVM.ViewModels
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class ErrorViewModel<T> : BindableBase

Type Parameters

T

The ErrorViewModelT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyErrors
Errors property.
Public propertyIsIdle
Public propertyProgramFullName
Gets or sets the error view dialog title.
Public propertySelectedError
Public propertySendReportCommand
Send the report command.
Public propertySupportEmail
Gets or sets the support e-mail.
Top
Methods
  NameDescription
Public methodSendReport
Sends the report to the specified email. Set email by using SupportEmail.
Public methodShowView
Show the error view.
Top
See Also