C# 클래스 Tikal.Converter

파일 보기 프로젝트 열기: tikalk/fuse.dotnet.mongodb-blogengine

공개 메소드들

메소드 설명
ToComment ( this doc ) : Comment
ToDocument ( this post ) : Document
ToPost ( this doc ) : Post

메소드 상세

ToComment() 공개 정적인 메소드

public static ToComment ( this doc ) : Comment
doc this
리턴 Comment

ToDocument() 공개 정적인 메소드

public static ToDocument ( this post ) : Document
post this
리턴 MongoDB.Driver.Document

ToPost() 공개 정적인 메소드

public static ToPost ( this doc ) : Post
doc this
리턴 Post