C# Class Cars.Controllers.CarsController

Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Models.Car car ) : IView
CarsController ( ) : Cars.Contracts
CarsController ( ICarsRepository data ) : Cars.Contracts
Details ( int id ) : IView
Index ( ) : IView
Search ( string condition ) : IView
Sort ( string parameter ) : IView

Method Details

Add() public méthode

public Add ( Models.Car car ) : IView
car Models.Car
Résultat IView

CarsController() public méthode

public CarsController ( ) : Cars.Contracts
Résultat Cars.Contracts

CarsController() public méthode

public CarsController ( ICarsRepository data ) : Cars.Contracts
data ICarsRepository
Résultat Cars.Contracts

Details() public méthode

public Details ( int id ) : IView
id int
Résultat IView

Index() public méthode

public Index ( ) : IView
Résultat IView

Search() public méthode

public Search ( string condition ) : IView
condition string
Résultat IView

Sort() public méthode

public Sort ( string parameter ) : IView
parameter string
Résultat IView