C# 클래스 GraphQL.Http.DocumentWriter

상속: IDocumentWriter
파일 보기 프로젝트 열기: graphql-dotnet/graphql-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
DocumentWriter ( ) : Newtonsoft.Json
DocumentWriter ( Formatting formatting, JsonSerializerSettings settings ) : Newtonsoft.Json
DocumentWriter ( bool indent ) : Newtonsoft.Json
Write ( object value ) : string

메소드 상세

DocumentWriter() 공개 메소드

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

DocumentWriter() 공개 메소드

public DocumentWriter ( Formatting formatting, JsonSerializerSettings settings ) : Newtonsoft.Json
formatting Formatting
settings Newtonsoft.Json.JsonSerializerSettings
리턴 Newtonsoft.Json

DocumentWriter() 공개 메소드

public DocumentWriter ( bool indent ) : Newtonsoft.Json
indent bool
리턴 Newtonsoft.Json

Write() 공개 메소드

public Write ( object value ) : string
value object
리턴 string