C# Class KenEgozi.Demos.MR.Web.Controllers.LendablesController

Inheritance: SiteAwareController
显示文件 Open project: kenegozi/monorail-aspview-demo

Private Properties

Property Type Description

Public Methods

Method Description
Edit ( int id ) : void
Index ( ) : void
Index ( string q ) : void
NewBook ( ) : void
NewDvd ( ) : void
Save ( [ book ) : void

Protected Methods

Method Description
PerformGeneratedInitialize ( ) : void

Method Details

Edit() public method

public Edit ( int id ) : void
id int
return void

Index() public method

public Index ( ) : void
return void

Index() public method

public Index ( string q ) : void
q string
return void

NewBook() public method

public NewBook ( ) : void
return void

NewDvd() public method

public NewDvd ( ) : void
return void

PerformGeneratedInitialize() protected method

protected PerformGeneratedInitialize ( ) : void
return void

Save() public method

public Save ( [ book ) : void
book [
return void