CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Xaml.IViewModel Interface Reference

Defines a CSLA .NET viewmodel object. More...

Inheritance diagram for Csla.Xaml.IViewModel:
Csla.Xaml.ViewModelBase< T > Csla.Xaml.ViewModel< T > Csla.Xaml.CancellableViewModel< T >

Properties

object Model [getset]
 Gets or sets the Model property of the viewmodel object. More...
 

Detailed Description

Defines a CSLA .NET viewmodel object.

Definition at line 22 of file Csla.Xaml.Shared/IViewModel.cs.

Property Documentation

◆ Model

object Csla.Xaml.IViewModel.Model
getset

Gets or sets the Model property of the viewmodel object.

Definition at line 28 of file Csla.Xaml.Shared/IViewModel.cs.