Class RenderableViewModel
Abstract class for implementation of renderable ViewModel types.
Inheritance
System.Object
RenderableViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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: Vortex.Presentation.Wpf
Assembly: Vortex.Presentation.Wpf.dll
Syntax
public abstract class RenderableViewModel : BindableBase, INotifyPropertyChanged
Constructors
RenderableViewModel()
Creates new instance of RenderableViewModel
Declaration
public RenderableViewModel()
Properties
Model
Gets or sets model object for this ViewModel type.
Declaration
public abstract object Model { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Implements
System.ComponentModel.INotifyPropertyChanged