An Mvc ModelBinder which handles the binding of LightSpeed Entity types from a form POST

Namespace:  Mindscape.LightSpeed.Web.Mvc
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public class LightSpeedEntityModelBinder : IModelBinder
Visual Basic (Declaration)
Public Class LightSpeedEntityModelBinder _
	Implements IModelBinder

Remarks

Currently associations are not handled by this ModelBinder

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Web.Mvc..::.LightSpeedEntityModelBinder

See Also