C# 클래스 AssetManager.Controllers.RavenController

상속: Controller
파일 보기 프로젝트 열기: hoonzis/CPKnockoutRavenDB

공개 메소드들

메소드 설명
GetAsset ( int id, Owner owner ) : Asset
GetAssets ( int ownerID ) : IEnumerable
GetCurrentOwner ( ) : Owner
RavenController ( ) : System

보호된 메소드들

메소드 설명
ObtainCurrentOwner ( ) : Owner
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

메소드 상세

GetAsset() 공개 메소드

public GetAsset ( int id, Owner owner ) : Asset
id int
owner AssetManager.Model.Owner
리턴 AssetManager.Model.Asset

GetAssets() 공개 메소드

public GetAssets ( int ownerID ) : IEnumerable
ownerID int
리턴 IEnumerable

GetCurrentOwner() 공개 메소드

public GetCurrentOwner ( ) : Owner
리턴 AssetManager.Model.Owner

ObtainCurrentOwner() 보호된 메소드

protected ObtainCurrentOwner ( ) : Owner
리턴 AssetManager.Model.Owner

OnActionExecuted() 보호된 메소드

protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
리턴 void

OnActionExecuting() 보호된 메소드

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
리턴 void

RavenController() 공개 메소드

public RavenController ( ) : System
리턴 System