C# Class WebBase.Controllers.WebSamplesController.WebSampleFormViewModel

Holds data to be passed to the WebSample form for creates and edits
Mostrar archivo Open project: sztupy/shaml

Public Methods

Method Description
CreateWebSampleFormViewModel ( ) : WebSampleFormViewModel

Creation method for creating the view model. Services may be passed to the creation method to instantiate items such as lists for drop down boxes.

Private Methods

Method Description
WebSampleFormViewModel ( ) : System

Method Details

CreateWebSampleFormViewModel() public static method

Creation method for creating the view model. Services may be passed to the creation method to instantiate items such as lists for drop down boxes.
public static CreateWebSampleFormViewModel ( ) : WebSampleFormViewModel
return WebSampleFormViewModel