C# 클래스 Sage.Modules.ModuleResource

Represents a resource for use with modules.
상속: Sage.ResourceManagement.Resource
파일 보기 프로젝트 열기: igorfrance/sage

공개 메소드들

메소드 설명
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