C# 클래스 Prototype.Admin.Helpers.MessageHelper

파일 보기 프로젝트 열기: paralect/prototype

공개 메소드들

메소드 설명
GetJson ( BsonDocument document ) : MessageJsonModel
GetJson ( ICommand cmd ) : MessageJsonModel
GetJson ( IEvent evnt ) : MessageJsonModel

메소드 상세

GetJson() 공개 정적인 메소드

public static GetJson ( BsonDocument document ) : MessageJsonModel
document BsonDocument
리턴 Prototype.Admin.Models.MessageJsonModel

GetJson() 공개 정적인 메소드

public static GetJson ( ICommand cmd ) : MessageJsonModel
cmd ICommand
리턴 Prototype.Admin.Models.MessageJsonModel

GetJson() 공개 정적인 메소드

public static GetJson ( IEvent evnt ) : MessageJsonModel
evnt IEvent
리턴 Prototype.Admin.Models.MessageJsonModel