C# 클래스 Frapid.Areas.Conventions.Attachments.Deserializer

파일 보기 프로젝트 열기: frapid/frapid 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Deserializer ( string tenant, System.Web.Mvc.AreaRegistration area, int width, int height, string path ) : System.Web.Mvc
Get ( ) : byte[]

메소드 상세

Deserializer() 공개 메소드

public Deserializer ( string tenant, System.Web.Mvc.AreaRegistration area, int width, int height, string path ) : System.Web.Mvc
tenant string
area System.Web.Mvc.AreaRegistration
width int
height int
path string
리턴 System.Web.Mvc

Get() 공개 메소드

public Get ( ) : byte[]
리턴 byte[]