C# Class Kooboo.Commerce.Settings.ImageType

Mostrar archivo Open project: Kooboo/Ecommerce

Public Methods

Method Description
ImageType ( ) : System
ImageType ( string name, int width, int height ) : System
ImageType ( string name, int width, int height, bool allowMultiple ) : System

Method Details

ImageType() public method

public ImageType ( ) : System
return System

ImageType() public method

public ImageType ( string name, int width, int height ) : System
name string
width int
height int
return System

ImageType() public method

public ImageType ( string name, int width, int height, bool allowMultiple ) : System
name string
width int
height int
allowMultiple bool
return System