C# Class Signum.Web.PortableAreas.LocalizedJavaScriptRepository

Inheritance: IFileRepository
Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

Свойство Type Description
MessageType System.Type
VirtualPathPrefix string

Méthodes publiques

Méthode Description
FileExists ( string file ) : bool
GetFile ( string file ) : System.Web.Mvc.ActionResult
LocalizedJavaScriptRepository ( Type messageType, string areaName ) : System
LocalizedJavaScriptRepository ( Type messageType, string virtualPathPrefix, string javaScriptVariableName ) : System
ToString ( ) : string

Private Methods

Méthode Description
CreateFile ( CultureInfo ci ) : byte[]
GetCultureInfo ( string virtualPath ) : CultureInfo
ReadAllKeys ( CultureInfo ci ) : string>.Dictionary

Method Details

FileExists() public méthode

public FileExists ( string file ) : bool
file string
Résultat bool

GetFile() public méthode

public GetFile ( string file ) : System.Web.Mvc.ActionResult
file string
Résultat System.Web.Mvc.ActionResult

LocalizedJavaScriptRepository() public méthode

public LocalizedJavaScriptRepository ( Type messageType, string areaName ) : System
messageType System.Type
areaName string
Résultat System

LocalizedJavaScriptRepository() public méthode

public LocalizedJavaScriptRepository ( Type messageType, string virtualPathPrefix, string javaScriptVariableName ) : System
messageType System.Type
virtualPathPrefix string
javaScriptVariableName string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

MessageType public_oe property

public Type,System MessageType
Résultat System.Type

VirtualPathPrefix public_oe property

public string VirtualPathPrefix
Résultat string