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

Inheritance: SiteAwareController
Afficher le fichier Open project: kenegozi/monorail-aspview-demo

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
PerformGeneratedInitialize ( ) : void

Method Details

Edit() public méthode

public Edit ( int id ) : void
id int
Résultat void

Index() public méthode

public Index ( ) : void
Résultat void

Index() public méthode

public Index ( string q ) : void
q string
Résultat void

NewBook() public méthode

public NewBook ( ) : void
Résultat void

NewDvd() public méthode

public NewDvd ( ) : void
Résultat void

PerformGeneratedInitialize() protected méthode

protected PerformGeneratedInitialize ( ) : void
Résultat void

Save() public méthode

public Save ( [ book ) : void
book [
Résultat void