C# Class Falcor.Server.Routing.FalcorResponse

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

Private Properties

Свойство Type Description
AddPath void
FalcorResponse System.Collections.Generic

Méthodes publiques

Méthode Description
From ( IReadOnlyList results ) : FalcorResponse
ToJson ( ) : JToken

Private Methods

Méthode Description
AddPath ( object>.IDictionary jsonGraphNode, FalcorPath path, object value ) : void
FalcorResponse ( object>.IDictionary jsonGraph, IList paths ) : System.Collections.Generic

Method Details

From() public static méthode

public static From ( IReadOnlyList results ) : FalcorResponse
results IReadOnlyList
Résultat FalcorResponse

ToJson() public méthode

public ToJson ( ) : JToken
Résultat JToken