C# 클래스 DRMFSS.Web.Controllers.AdminController

상속: BaseController
파일 보기 프로젝트 열기: edgecomputing/cats-hub-module 1 사용 예제들

공개 메소드들

메소드 설명
AdminController ( IUserProfileService userProfileService, IUserRoleService userRoleService, IRoleService roleService, IUserHubService userHubService, IHubService hubService ) : System.Collections.Generic
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Home ( ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
Update ( ) : System.Web.Mvc.ActionResult
UserHubs ( string userName ) : System.Web.Mvc.ActionResult
UserRoles ( string userName ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Create ( UserProfile userprofile ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( UserProfile userprofile ) : System.Web.Mvc.ActionResult
GetUserHubs ( string userName ) : IEnumerable
GetUserRoles ( string userName ) : IEnumerable
UserHubs ( System.Web.Mvc.FormCollection userHubs ) : System.Web.Mvc.ActionResult
UserRoles ( System.Web.Mvc.FormCollection userRoles ) : System.Web.Mvc.ActionResult

메소드 상세

AdminController() 공개 메소드

public AdminController ( IUserProfileService userProfileService, IUserRoleService userRoleService, IRoleService roleService, IUserHubService userHubService, IHubService hubService ) : System.Collections.Generic
userProfileService IUserProfileService
userRoleService IUserRoleService
roleService IRoleService
userHubService IUserHubService
hubService IHubService
리턴 System.Collections.Generic

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Edit() 공개 메소드

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Home() 공개 메소드

public Home ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

Update() 공개 메소드

public Update ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

UserHubs() 공개 메소드

public UserHubs ( string userName ) : System.Web.Mvc.ActionResult
userName string
리턴 System.Web.Mvc.ActionResult

UserRoles() 공개 메소드

public UserRoles ( string userName ) : System.Web.Mvc.ActionResult
userName string
리턴 System.Web.Mvc.ActionResult