C# Class Pomona.Example.HandledThingsHandler

Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

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

public Delete ( HandledThing handledThing ) : void
handledThing Pomona.Example.Models.HandledThing
Résultat void

Get() public méthode

public Get ( int id ) : HandledThing
id int
Résultat Pomona.Example.Models.HandledThing

HandledThingsHandler() public méthode

public HandledThingsHandler ( CritterRepository repository ) : System
repository CritterRepository
Résultat System

Patch() public méthode

public Patch ( HandledThing parent, HandledSingleChild child ) : HandledSingleChild
parent Pomona.Example.Models.HandledThing
child HandledSingleChild
Résultat HandledSingleChild

Patch() public méthode

public Patch ( HandledThing handledThing ) : HandledThing
handledThing Pomona.Example.Models.HandledThing
Résultat Pomona.Example.Models.HandledThing

Post() public méthode

public Post ( HandledThing parent, HandledChild postedChild ) : HandledChild
parent Pomona.Example.Models.HandledThing
postedChild Pomona.Example.Models.HandledChild
Résultat Pomona.Example.Models.HandledChild

Post() public méthode

public Post ( HandledThing handledThing, PomonaContext context ) : HandledThing
handledThing Pomona.Example.Models.HandledThing
context PomonaContext
Résultat Pomona.Example.Models.HandledThing

QueryHandledThings() public méthode

public QueryHandledThings ( Nancy.NancyContext nancyContext ) : IQueryable
nancyContext Nancy.NancyContext
Résultat IQueryable