C# Class Todo_DurandalBreezeJsSignalR.Controllers.TodosController

Inheritance: ApiController
Mostrar archivo Open project: BlueBasher/TodoBreezeSignalR

Public Methods

Method Description
TodosController ( ) : System

Private Methods

Method Description
Metadata ( ) : string
PeriodicReset ( ) : void

Reset the database to it's initial data state after the server has run for "RefreshRate" minutes.

Purge ( ) : string
Reset ( ) : string
SaveChanges ( Newtonsoft.Json.Linq.JObject saveBundle ) : Breeze.WebApi.SaveResult
Todos ( ) : IQueryable

Method Details

TodosController() public method

public TodosController ( ) : System
return System