Метод | Описание | |
---|---|---|
Edit ( string username ) : System.Web.Mvc.ViewResult | ||
Find ( |
||
Index ( ) : System.Web.Mvc.ViewResult | ||
ProfileController ( ) : System | ||
ProfileController ( IProfileRepository profileRepository ) : System | ||
Save ( |
||
Save ( |
||
Show ( string username ) : System.Web.Mvc.ViewResult |
public Edit ( string username ) : System.Web.Mvc.ViewResult | ||
username | string | |
Результат | System.Web.Mvc.ViewResult |
public Find ( |
||
criteria | ||
Результат | System.Web.Mvc.ViewResult |
public Index ( ) : System.Web.Mvc.ViewResult | ||
Результат | System.Web.Mvc.ViewResult |
public ProfileController ( IProfileRepository profileRepository ) : System | ||
profileRepository | IProfileRepository | |
Результат | System |
public Save ( |
||
form | ||
Результат | System.Web.Mvc.RedirectToRouteResult |
public Save ( |
||
form | ||
Результат | System.Web.Mvc.RedirectToRouteResult |
public Show ( string username ) : System.Web.Mvc.ViewResult | ||
username | string | |
Результат | System.Web.Mvc.ViewResult |