CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Csla.Web.Mvc.Controller Member List

This is the complete list of members for Csla.Web.Mvc.Controller, including all inherited members.

ApplicationContextCsla.Web.Mvc.Controllerprotected
Controller(ApplicationContext applicationContext)Csla.Web.Mvc.Controller
LoadProperty< P >(object obj, PropertyInfo< P > propertyInfo, P newValue)Csla.Web.Mvc.Controllerprotected
SaveObject< T >(T item, bool forceUpdate)Csla.Web.Mvc.Controllerprotected
SaveObject< T >(T item, Action< T > updateModel, bool forceUpdate)Csla.Web.Mvc.Controllerprotectedvirtual