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.Web.Mvc.IViewModel Interface Reference

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

Inheritance diagram for Csla.Web.Mvc.IViewModel:
Csla.Web.Mvc.ViewModelBase< T >

Properties

object ModelObject [getset]
 Object property for the contained business object More...
 

Detailed Description

Defines a CSLA .NET MVC viewmodel object.

Definition at line 13 of file Csla.Web.Mvc.Shared/IViewModel.cs.

Property Documentation

◆ ModelObject

object Csla.Web.Mvc.IViewModel.ModelObject
getset

Object property for the contained business object

Definition at line 18 of file Csla.Web.Mvc.Shared/IViewModel.cs.