C# Class FubuPersistence.Tests.RavenDb.Integration.FakeEntityEndpoint

ファイルを表示 Open project: DarthFubuMVC/FubuPersistence

Public Methods

Method Description
FakeEntityEndpoint ( IEntityRepository repository ) : System
get_names ( ) : NamesResponse
post_name ( NamedEntity entity ) : FubuMVC.Core.Ajax.AjaxContinuation

Method Details

FakeEntityEndpoint() public method

public FakeEntityEndpoint ( IEntityRepository repository ) : System
repository IEntityRepository
return System

get_names() public method

public get_names ( ) : NamesResponse
return NamesResponse

post_name() public method

public post_name ( NamedEntity entity ) : FubuMVC.Core.Ajax.AjaxContinuation
entity NamedEntity
return FubuMVC.Core.Ajax.AjaxContinuation