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

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

Public Methods

Method 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

Method Description
Initialize ( Type typeToLocateAssembly, string virtualPath, string namespaceName, PortableAreaMap map ) : void

Method Details

AssemblyResourceStore() public method

public AssemblyResourceStore ( Type typeToLocateAssembly, string virtualPath, string namespaceName ) : System
typeToLocateAssembly System.Type
virtualPath string
namespaceName string
return System

AssemblyResourceStore() public method

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

GetFullyQualifiedTypeFromPath() public method

public GetFullyQualifiedTypeFromPath ( string path ) : string
path string
return string

GetResourceStream() public method

public GetResourceStream ( string resourceName ) : Stream
resourceName string
return Stream

IsPathResourceStream() public method

public IsPathResourceStream ( string path ) : bool
path string
return bool