C# Class Falcor.Server.Routing.FalcorRequest

Afficher le fichier Open project: falcordotnet/falcor.net Class Usage Examples

Méthodes publiques

Méthode Description
Call ( ) : FalcorRequest
FalcorRequest ( FalcorMethod method, IReadOnlyList paths ) : System.Collections.Generic
FalcorRequest ( FalcorMethod method, IReadOnlyList paths, dynamic jsonGraph ) : System.Collections.Generic
Get ( ) : FalcorRequest
Set ( ) : FalcorRequest

Method Details

Call() public static méthode

public static Call ( ) : FalcorRequest
Résultat FalcorRequest

FalcorRequest() public méthode

public FalcorRequest ( FalcorMethod method, IReadOnlyList paths ) : System.Collections.Generic
method FalcorMethod
paths IReadOnlyList
Résultat System.Collections.Generic

FalcorRequest() public méthode

public FalcorRequest ( FalcorMethod method, IReadOnlyList paths, dynamic jsonGraph ) : System.Collections.Generic
method FalcorMethod
paths IReadOnlyList
jsonGraph dynamic
Résultat System.Collections.Generic

Get() public static méthode

public static Get ( ) : FalcorRequest
Résultat FalcorRequest

Set() public static méthode

public static Set ( ) : FalcorRequest
Résultat FalcorRequest