C# Class Tigwi.API.Controllers.ApiController

Inheritance: Controller
Afficher le fichier Open project: ismaelbelghiti/Tigwi

Protected Properties

Свойство Type Description
Storage IStorage

Méthodes protégées

Méthode Description
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

Method Details

AccountsFromGuidCollection() protected static méthode

protected static AccountsFromGuidCollection ( ICollection hashAccounts, int size, IStorage storage ) : Accounts
hashAccounts ICollection
size int
storage IStorage
Résultat Tigwi.API.Models.Accounts

ApiController() protected méthode

protected ApiController ( ) : System
Résultat System

Authorized() protected méthode

protected Authorized ( System.Guid account ) : Authentication
account System.Guid
Résultat Authentication

HandleError() protected méthode

protected HandleError ( Exception exception ) : Error
exception System.Exception
Résultat Error

ListsFromGuidCollection() protected static méthode

protected static ListsFromGuidCollection ( ICollection hashLists, int size, IStorage storage ) : Lists
hashLists ICollection
size int
storage IStorage
Résultat Lists

Serialize() protected méthode

protected Serialize ( Answer output ) : System.Web.Mvc.ContentResult
output Tigwi.API.Models.Answer
Résultat System.Web.Mvc.ContentResult

Property Details

Storage protected_oe property

protected IStorage Storage
Résultat IStorage