C# Class Sage.Modules.ModuleResource

Represents a resource for use with modules.
Inheritance: Sage.ResourceManagement.Resource
Mostra file Open project: igorfrance/sage

Public Methods

Method Description
GetResolvedPhysicalPath ( SageContext context ) : string
ModuleResource ( XmlElement resourceNode, string moduleKey, string projectId ) : System

Initializes a new instance of the ModuleResource class.

Method Details

GetResolvedPhysicalPath() public method

public GetResolvedPhysicalPath ( SageContext context ) : string
context SageContext
return string

ModuleResource() public method

Initializes a new instance of the ModuleResource class.
public ModuleResource ( XmlElement resourceNode, string moduleKey, string projectId ) : System
resourceNode System.Xml.XmlElement The XML configuration node that represent this resource.
moduleKey string The name of the module this resource belongs to.
projectId string The identification string of the project this library belongs to.
return System