C# Class WillStrohl.Modules.CodeCamp.CodeCampModuleBase

A base class for all module views to use
Inheritance: DotNetNuke.Entities.Modules.PortalModuleBase
Mostra file Open project: hismightiness/dnnextensions

Protected Methods

Method Description
GetLocalizedString ( string localizationKey ) : string

GetLocalizedString - A shortcut to localizing a string object

GetLocalizedString ( string localizationKey, string localResourceFilePath ) : string

GetLocalizedString - A shortcut to localizing a string object

Method Details

GetLocalizedString() protected method

GetLocalizedString - A shortcut to localizing a string object
protected GetLocalizedString ( string localizationKey ) : string
localizationKey string a unique string key representing the localization value
return string

GetLocalizedString() protected method

GetLocalizedString - A shortcut to localizing a string object
protected GetLocalizedString ( string localizationKey, string localResourceFilePath ) : string
localizationKey string a unique string key representing the localization value
localResourceFilePath string the path to the localization file
return string