C# Class Frapid.Areas.Conventions.Attachments.Deserializer

Show file Open project: frapid/frapid Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserializer ( string tenant, System.Web.Mvc.AreaRegistration area, int width, int height, string path ) : System.Web.Mvc
Get ( ) : byte[]

Method Details

Deserializer() public method

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
return System.Web.Mvc

Get() public method

public Get ( ) : byte[]
return byte[]