C# Class Fu.RestStyleController

Inheritance: FuController
Exibir arquivo Open project: chakrit/fu-sharp

Public Methods

Method 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

Protected Methods

Method Description
Map ( string url, Func wrapper, Continuation handler ) : void

Private Methods

Method 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 method

public Delete ( string url ) : void
url string
return void

Delete() public method

public Delete ( string url, Continuation handler ) : void
url string
handler Continuation
return void

Delete() public method

public Delete ( string url, Reduce contReducer ) : void
url string
contReducer Reduce
return void

Delete() public method

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

Get() public method

public Get ( string url ) : void
url string
return void

Get() public method

public Get ( string url, Continuation handler ) : void
url string
handler Continuation
return void

Get() public method

public Get ( string url, Reduce contReducer ) : void
url string
contReducer Reduce
return void

Get() public method

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

Map() protected method

protected Map ( string url, Func wrapper, Continuation handler ) : void
url string
wrapper Func
handler Continuation
return void

Post() public method

public Post ( string url ) : void
url string
return void

Post() public method

public Post ( string url, Continuation handler ) : void
url string
handler Continuation
return void

Post() public method

public Post ( string url, Reduce contReducer ) : void
url string
contReducer Reduce
return void

Post() public method

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

Put() public method

public Put ( string url ) : void
url string
return void

Put() public method

public Put ( string url, Continuation handler ) : void
url string
handler Continuation
return void

Put() public method

public Put ( string url, Reduce contReducer ) : void
url string
contReducer Reduce
return void

Put() public method

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