C# 클래스 Fu.RestStyleController

상속: FuController
파일 보기 프로젝트 열기: chakrit/fu-sharp

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Map ( string url, Func wrapper, Continuation handler ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Delete() 공개 메소드

public Delete ( string url ) : void
url string
리턴 void

Delete() 공개 메소드

public Delete ( string url, Continuation handler ) : void
url string
handler Continuation
리턴 void

Delete() 공개 메소드

public Delete ( string url, Reduce contReducer ) : void
url string
contReducer Reduce
리턴 void

Delete() 공개 메소드

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

Get() 공개 메소드

public Get ( string url ) : void
url string
리턴 void

Get() 공개 메소드

public Get ( string url, Continuation handler ) : void
url string
handler Continuation
리턴 void

Get() 공개 메소드

public Get ( string url, Reduce contReducer ) : void
url string
contReducer Reduce
리턴 void

Get() 공개 메소드

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

Map() 보호된 메소드

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

Post() 공개 메소드

public Post ( string url ) : void
url string
리턴 void

Post() 공개 메소드

public Post ( string url, Continuation handler ) : void
url string
handler Continuation
리턴 void

Post() 공개 메소드

public Post ( string url, Reduce contReducer ) : void
url string
contReducer Reduce
리턴 void

Post() 공개 메소드

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

Put() 공개 메소드

public Put ( string url ) : void
url string
리턴 void

Put() 공개 메소드

public Put ( string url, Continuation handler ) : void
url string
handler Continuation
리턴 void

Put() 공개 메소드

public Put ( string url, Reduce contReducer ) : void
url string
contReducer Reduce
리턴 void

Put() 공개 메소드

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