C# Class Sage.Modules.ModuleResource

Represents a resource for use with modules.
Inheritance: Sage.ResourceManagement.Resource
Afficher le fichier Open project: igorfrance/sage

Méthodes publiques

Méthode 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 méthode

public GetResolvedPhysicalPath ( SageContext context ) : string
context SageContext
Résultat string

ModuleResource() public méthode

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.
Résultat System