Class TcoInspectorDialogDialogViewModel
Inheritance
System.Object
Vortex.Presentation.BindableBase
Vortex.Presentation.RenderableViewModelBase
Vortex.Presentation.Wpf.RenderableViewModel
TcoInspectorDialogDialogViewModel
Inherited Members
Vortex.Presentation.BindableBase.SetProperty<T>(T, T, System.String)
Vortex.Presentation.BindableBase.OnPropertyChanged(System.String)
Vortex.Presentation.BindableBase.PropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TcoInspectors
Assembly: TcOpen.Inxton.TcoInspectors.Wpf.dll
Syntax
public class TcoInspectorDialogDialogViewModel : RenderableViewModel, INotifyPropertyChanged, ICloseable
Constructors
| Improve this Doc View SourceTcoInspectorDialogDialogViewModel()
Declaration
public TcoInspectorDialogDialogViewModel()
Fields
| Improve this Doc View Source_inspectorsList
Declaration
List<IVortexObject> _inspectorsList
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Vortex.Connector.IVortexObject> |
Properties
| Improve this Doc View SourceDescription
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Dialog
Declaration
public TcoInspectorDialog Dialog { get; }
Property Value
Type | Description |
---|---|
TcoInspectorDialog |
Inspectors
Declaration
public IEnumerable<IVortexObject> Inspectors { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Vortex.Connector.IVortexObject> |
Model
Declaration
public override object Model { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
Vortex.Presentation.RenderableViewModelBase.Model
|
Improve this Doc
View Source
OverrideCommand
Declaration
public RelayCommand OverrideCommand { get; }
Property Value
Type | Description |
---|---|
RelayCommand |
RetryCommand
Declaration
public RelayCommand RetryCommand { get; }
Property Value
Type | Description |
---|---|
RelayCommand |
TerminateCommand
Declaration
public RelayCommand TerminateCommand { get; }
Property Value
Type | Description |
---|---|
RelayCommand |
Events
| Improve this Doc View SourceCloseRequestEventHandler
Declaration
public event EventHandler CloseRequestEventHandler
Event Type
Type | Description |
---|---|
System.EventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged