C# 클래스 MongdioLogic.db.PrettyPrint

상속: IDocumentPrettyPrint
파일 보기 프로젝트 열기: okku/Mongdio 1 사용 예제들

공개 메소드들

메소드 설명
Print ( Document doc ) : string
Print ( IEnumerable documents ) : string

비공개 메소드들

메소드 설명
PPSerializeType ( object value, StringBuilder json, string indent ) : void

메소드 상세

Print() 공개 메소드

public Print ( Document doc ) : string
doc MongoDB.Driver.Document
리턴 string

Print() 공개 메소드

public Print ( IEnumerable documents ) : string
documents IEnumerable
리턴 string