C# Класс AssetManager.Controllers.RavenController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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