C# 클래스 Cats.Web.Adminstration.Controllers.HubOwnerController

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

공개 메소드들

메소드 설명
Delete ( int id ) : System.Web.Mvc.ActionResult
HubOwnerController ( IHubOwnerService hubOwnerServiceParam ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult
Read ( [ reques ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
BindHubOwner ( HubOwnerViewModel hubOwnerViewModel ) : HubOwner
GetHubOwner ( ) : IEnumerable
HubOwnerCreate ( [ request, HubOwnerViewModel hubOwner ) : System.Web.Mvc.ActionResult
HubOwnerDestroy ( [ request, HubOwnerViewModel hubOwner ) : System.Web.Mvc.ActionResult
HubOwnerUpdate ( [ request, HubOwnerViewModel hubOwner ) : System.Web.Mvc.ActionResult

메소드 상세

Delete() 공개 메소드

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

HubOwnerController() 공개 메소드

public HubOwnerController ( IHubOwnerService hubOwnerServiceParam ) : System.Collections.Generic
hubOwnerServiceParam IHubOwnerService
리턴 System.Collections.Generic

Index() 공개 메소드

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

Read() 공개 메소드

public Read ( [ reques ) : System.Web.Mvc.ActionResult
reques [
리턴 System.Web.Mvc.ActionResult