C# Class Pomona.Example.HandledThingsHandler

Exibir arquivo Open project: Pomona/Pomona

Public Methods

Method Description
Delete ( HandledThing handledThing ) : void
Get ( int id ) : HandledThing
HandledThingsHandler ( CritterRepository repository ) : System
Patch ( HandledThing parent, HandledSingleChild child ) : HandledSingleChild
Patch ( HandledThing handledThing ) : HandledThing
Post ( HandledThing parent, HandledChild postedChild ) : HandledChild
Post ( HandledThing handledThing, PomonaContext context ) : HandledThing
QueryHandledThings ( Nancy.NancyContext nancyContext ) : IQueryable

Method Details

Delete() public method

public Delete ( HandledThing handledThing ) : void
handledThing Pomona.Example.Models.HandledThing
return void

Get() public method

public Get ( int id ) : HandledThing
id int
return Pomona.Example.Models.HandledThing

HandledThingsHandler() public method

public HandledThingsHandler ( CritterRepository repository ) : System
repository CritterRepository
return System

Patch() public method

public Patch ( HandledThing parent, HandledSingleChild child ) : HandledSingleChild
parent Pomona.Example.Models.HandledThing
child HandledSingleChild
return HandledSingleChild

Patch() public method

public Patch ( HandledThing handledThing ) : HandledThing
handledThing Pomona.Example.Models.HandledThing
return Pomona.Example.Models.HandledThing

Post() public method

public Post ( HandledThing parent, HandledChild postedChild ) : HandledChild
parent Pomona.Example.Models.HandledThing
postedChild Pomona.Example.Models.HandledChild
return Pomona.Example.Models.HandledChild

Post() public method

public Post ( HandledThing handledThing, PomonaContext context ) : HandledThing
handledThing Pomona.Example.Models.HandledThing
context PomonaContext
return Pomona.Example.Models.HandledThing

QueryHandledThings() public method

public QueryHandledThings ( Nancy.NancyContext nancyContext ) : IQueryable
nancyContext Nancy.NancyContext
return IQueryable