C# Class Orchard.Localization.Text

Inheritance: IText
Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

Méthode Description
Get ( string textHint ) : Orchard.Localization.LocalizedString
Text ( string scope, IWorkContextAccessor workContextAccessor, ILocalizedStringManager localizedStringManager ) : System

Private Methods

Méthode Description
Encode ( object arg ) : object
GetFormatProvider ( string currentCulture ) : IFormatProvider

Method Details

Get() public méthode

public Get ( string textHint ) : Orchard.Localization.LocalizedString
textHint string
Résultat Orchard.Localization.LocalizedString

Text() public méthode

public Text ( string scope, IWorkContextAccessor workContextAccessor, ILocalizedStringManager localizedStringManager ) : System
scope string
workContextAccessor IWorkContextAccessor
localizedStringManager ILocalizedStringManager
Résultat System