C# 클래스 Tigwi.API.Controllers.ApiController

상속: Controller
파일 보기 프로젝트 열기: ismaelbelghiti/Tigwi

보호된 프로퍼티들

프로퍼티 타입 설명
Storage IStorage

보호된 메소드들

메소드 설명
AccountsFromGuidCollection ( ICollection hashAccounts, int size, IStorage storage ) : Accounts
ApiController ( ) : System
Authorized ( System.Guid account ) : Authentication
HandleError ( Exception exception ) : Error
ListsFromGuidCollection ( ICollection hashLists, int size, IStorage storage ) : Lists
Serialize ( Answer output ) : System.Web.Mvc.ContentResult

메소드 상세

AccountsFromGuidCollection() 보호된 정적인 메소드

protected static AccountsFromGuidCollection ( ICollection hashAccounts, int size, IStorage storage ) : Accounts
hashAccounts ICollection
size int
storage IStorage
리턴 Tigwi.API.Models.Accounts

ApiController() 보호된 메소드

protected ApiController ( ) : System
리턴 System

Authorized() 보호된 메소드

protected Authorized ( System.Guid account ) : Authentication
account System.Guid
리턴 Authentication

HandleError() 보호된 메소드

protected HandleError ( Exception exception ) : Error
exception System.Exception
리턴 Error

ListsFromGuidCollection() 보호된 정적인 메소드

protected static ListsFromGuidCollection ( ICollection hashLists, int size, IStorage storage ) : Lists
hashLists ICollection
size int
storage IStorage
리턴 Lists

Serialize() 보호된 메소드

protected Serialize ( Answer output ) : System.Web.Mvc.ContentResult
output Tigwi.API.Models.Answer
리턴 System.Web.Mvc.ContentResult

프로퍼티 상세

Storage 보호되어 있는 프로퍼티

protected IStorage Storage
리턴 IStorage