ASP.NET MVC model creator. More...
Public Member Functions | |
| object | CreateModel (Type modelType) |
| Creates a model object of the specified type. More... | |
ASP.NET MVC model creator.
Definition at line 18 of file IModelCreator.cs.
| object Csla.Web.Mvc.IModelCreator.CreateModel | ( | Type | modelType | ) |
Creates a model object of the specified type.
| modelType | Type of model object to create. |