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.IModelCreator Interface Reference

ASP.NET MVC model creator. More...

Public Member Functions

object CreateModel (Type modelType)
 Creates a model object of the specified type. More...
 

Detailed Description

ASP.NET MVC model creator.

Definition at line 18 of file IModelCreator.cs.

Member Function Documentation

◆ CreateModel()

object Csla.Web.Mvc.IModelCreator.CreateModel ( Type  modelType)

Creates a model object of the specified type.

Parameters
modelTypeType of model object to create.
Returns