C# Класс Sage.Modules.ModuleResource

Represents a resource for use with modules.
Наследование: Sage.ResourceManagement.Resource
Показать файл Открыть проект

Открытые методы

Метод Описание
GetResolvedPhysicalPath ( SageContext context ) : string
ModuleResource ( XmlElement resourceNode, string moduleKey, string projectId ) : System

Initializes a new instance of the ModuleResource class.

Описание методов

GetResolvedPhysicalPath() публичный Метод

public GetResolvedPhysicalPath ( SageContext context ) : string
context SageContext
Результат string

ModuleResource() публичный Метод

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.
Результат System