C# Class Fu.RestStyleController

Inheritance: FuController
Afficher le fichier Open project: chakrit/fu-sharp

Méthodes publiques

Méthode Description
Delete ( string url ) : void
Delete ( string url, Continuation handler ) : void
Delete ( string url, Reduce contReducer ) : void
Delete ( string url, Fu.Results.IResult>.System.Func handler ) : void
Get ( string url ) : void
Get ( string url, Continuation handler ) : void
Get ( string url, Reduce contReducer ) : void
Get ( string url, Fu.Results.IResult>.System.Func handler ) : void
Post ( string url ) : void
Post ( string url, Continuation handler ) : void
Post ( string url, Reduce contReducer ) : void
Post ( string url, Fu.Results.IResult>.System.Func handler ) : void
Put ( string url ) : void
Put ( string url, Continuation handler ) : void
Put ( string url, Reduce contReducer ) : void
Put ( string url, Fu.Results.IResult>.System.Func handler ) : void

Méthodes protégées

Méthode Description
Map ( string url, Func wrapper, Continuation handler ) : void

Private Methods

Méthode Description
mapBranch ( string url, Func wrapper, Reduce branchReducer ) : void
mapMultiple ( string url, Func wrapper ) : void
mapResult ( string url, Func wrapper, Fu.Results.IResult>.System.Func handler ) : void

Method Details

Delete() public méthode

public Delete ( string url ) : void
url string
Résultat void

Delete() public méthode

public Delete ( string url, Continuation handler ) : void
url string
handler Continuation
Résultat void

Delete() public méthode

public Delete ( string url, Reduce contReducer ) : void
url string
contReducer Reduce
Résultat void

Delete() public méthode

public Delete ( string url, Fu.Results.IResult>.System.Func handler ) : void
url string
handler Fu.Results.IResult>.System.Func
Résultat void

Get() public méthode

public Get ( string url ) : void
url string
Résultat void

Get() public méthode

public Get ( string url, Continuation handler ) : void
url string
handler Continuation
Résultat void

Get() public méthode

public Get ( string url, Reduce contReducer ) : void
url string
contReducer Reduce
Résultat void

Get() public méthode

public Get ( string url, Fu.Results.IResult>.System.Func handler ) : void
url string
handler Fu.Results.IResult>.System.Func
Résultat void

Map() protected méthode

protected Map ( string url, Func wrapper, Continuation handler ) : void
url string
wrapper Func
handler Continuation
Résultat void

Post() public méthode

public Post ( string url ) : void
url string
Résultat void

Post() public méthode

public Post ( string url, Continuation handler ) : void
url string
handler Continuation
Résultat void

Post() public méthode

public Post ( string url, Reduce contReducer ) : void
url string
contReducer Reduce
Résultat void

Post() public méthode

public Post ( string url, Fu.Results.IResult>.System.Func handler ) : void
url string
handler Fu.Results.IResult>.System.Func
Résultat void

Put() public méthode

public Put ( string url ) : void
url string
Résultat void

Put() public méthode

public Put ( string url, Continuation handler ) : void
url string
handler Continuation
Résultat void

Put() public méthode

public Put ( string url, Reduce contReducer ) : void
url string
contReducer Reduce
Résultat void

Put() public méthode

public Put ( string url, Fu.Results.IResult>.System.Func handler ) : void
url string
handler Fu.Results.IResult>.System.Func
Résultat void