C# 클래스 AssetManager.Controllers.RavenAPIController

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

공개 메소드들

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Initialize ( System controllerContext ) : void
ObtainCurrentOwner ( ) : Owner

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 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

Initialize() 보호된 메소드

protected Initialize ( System controllerContext ) : void
controllerContext System
리턴 void

ObtainCurrentOwner() 보호된 메소드

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

RavenAPIController() 공개 메소드

public RavenAPIController ( ) : System
리턴 System