C# Class DbLocalizationProvider.EPiServer.Sample.Infrastructure.DisplayResolutionBase

Base class for all resolution definitions
Inheritance: IDisplayResolution
ファイルを表示 Open project: valdisiljuconoks/LocalizationProvider

Private Properties

Property Type Description
Translate string

Protected Methods

Method Description
DisplayResolutionBase ( string name, int width, int height ) : System

Private Methods

Method Description
Translate ( string resurceKey ) : string

Method Details

DisplayResolutionBase() protected method

protected DisplayResolutionBase ( string name, int width, int height ) : System
name string
width int
height int
return System