C# Class NuGet.Test.Server.Index

Show file Open project: NuGet/Entropy Class Usage Examples

Public Methods

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

Method Details

Add() public method

public Add ( string resource, string propertyName, string propertyValue ) : void
resource string
propertyName string
propertyValue string
return void

Index() public method

public Index ( ) : Newtonsoft.Json
return Newtonsoft.Json

ToJson() public method

public ToJson ( ) : string
return string

WriteJson() public method

public WriteJson ( JsonWriter jsonWriter ) : void
jsonWriter Newtonsoft.Json.JsonWriter
return void