C# Class MvcContrib.UI.InputBuilder.ViewEngine.AssemblyResourceStore

Stores all the embedded resources for a single assembly/area.
Afficher le fichier Open project: atomicobject/mvccontrib Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyResourceStore ( Type typeToLocateAssembly, string virtualPath, string namespaceName ) : System
AssemblyResourceStore ( Type typeToLocateAssembly, string virtualPath, string namespaceName, PortableAreaMap map ) : System
GetFullyQualifiedTypeFromPath ( string path ) : string
GetResourceStream ( string resourceName ) : Stream
IsPathResourceStream ( string path ) : bool

Private Methods

Méthode Description
Initialize ( Type typeToLocateAssembly, string virtualPath, string namespaceName, PortableAreaMap map ) : void

Method Details

AssemblyResourceStore() public méthode

public AssemblyResourceStore ( Type typeToLocateAssembly, string virtualPath, string namespaceName ) : System
typeToLocateAssembly System.Type
virtualPath string
namespaceName string
Résultat System

AssemblyResourceStore() public méthode

public AssemblyResourceStore ( Type typeToLocateAssembly, string virtualPath, string namespaceName, PortableAreaMap map ) : System
typeToLocateAssembly System.Type
virtualPath string
namespaceName string
map MvcContrib.PortableAreas.PortableAreaMap
Résultat System

GetFullyQualifiedTypeFromPath() public méthode

public GetFullyQualifiedTypeFromPath ( string path ) : string
path string
Résultat string

GetResourceStream() public méthode

public GetResourceStream ( string resourceName ) : Stream
resourceName string
Résultat Stream

IsPathResourceStream() public méthode

public IsPathResourceStream ( string path ) : bool
path string
Résultat bool