C# Class Tikal.Converter

Mostra file Open project: tikalk/fuse.dotnet.mongodb-blogengine

Public Methods

Method Description
ToComment ( this doc ) : Comment
ToDocument ( this post ) : Document
ToPost ( this doc ) : Post

Method Details

ToComment() public static method

public static ToComment ( this doc ) : Comment
doc this
return Comment

ToDocument() public static method

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

ToPost() public static method

public static ToPost ( this doc ) : Post
doc this
return Post