C# Class NuGet.Test.Server.Index

Afficher le fichier Open project: NuGet/Entropy Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string resource, string propertyName, string propertyValue ) : void
Index ( ) : Newtonsoft.Json
ToJson ( ) : string
WriteJson ( JsonWriter jsonWriter ) : void

Method Details

Add() public méthode

public Add ( string resource, string propertyName, string propertyValue ) : void
resource string
propertyName string
propertyValue string
Résultat void

Index() public méthode

public Index ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json

ToJson() public méthode

public ToJson ( ) : string
Résultat string

WriteJson() public méthode

public WriteJson ( JsonWriter jsonWriter ) : void
jsonWriter Newtonsoft.Json.JsonWriter
Résultat void