C# 클래스 NuGet.Test.Server.Index

파일 보기 프로젝트 열기: NuGet/Entropy 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string resource, string propertyName, string propertyValue ) : void
Index ( ) : Newtonsoft.Json
ToJson ( ) : string
WriteJson ( JsonWriter jsonWriter ) : void

메소드 상세

Add() 공개 메소드

public Add ( string resource, string propertyName, string propertyValue ) : void
resource string
propertyName string
propertyValue string
리턴 void

Index() 공개 메소드

public Index ( ) : Newtonsoft.Json
리턴 Newtonsoft.Json

ToJson() 공개 메소드

public ToJson ( ) : string
리턴 string

WriteJson() 공개 메소드

public WriteJson ( JsonWriter jsonWriter ) : void
jsonWriter Newtonsoft.Json.JsonWriter
리턴 void