C# Class WebBase.Controllers.WebSamplesController

Inheritance: Controller
Mostrar archivo Open project: sztupy/shaml

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
WebSamplesController ( INHibernateQueryRepository WebSampleRepository ) : System

Private Methods

Method Description
Create ( WebSample WebSample ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( WebSample WebSample ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( int Page, string OrderBy, bool Desc ) : System.Web.Mvc.ActionResult
Show ( int id ) : System.Web.Mvc.ActionResult
TransferFormValuesTo ( WebSample WebSampleToUpdate, WebSample WebSampleFromForm ) : void

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

WebSamplesController() public method

public WebSamplesController ( INHibernateQueryRepository WebSampleRepository ) : System
WebSampleRepository INHibernateQueryRepository
return System