C# 클래스 Sage.Modules.ModuleConfiguration

Contains module configuration information.
상속: IXmlConvertible
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( XmlElement element ) : void
ToString ( ) : string
ToXml ( XmlDocument document ) : XmlElement

비공개 메소드들

메소드 설명
CombineModuleXslt ( SageContext context ) : CacheableXmlDocument
CopyXslElements ( SageContext context, string stylesheetPath, CacheableXmlDocument targetDocument ) : void
GetDefault ( SageContext context ) : XmlElement

Gets the element with module's defaults, if one is provided in the module's resource directory.

GetModulesDocumentXslt ( SageContext context, string resourceUri = null ) : CacheableXmlDocument
ModuleConfiguration ( ) : System
ModuleConfiguration ( Type moduleType ) : System

Initializes a new instance of the ModuleConfiguration class, using the specified moduleType and tagNames.

ModuleConfiguration ( XmlElement configElement, string projectId ) : System

Initializes a new instance of the ModuleConfiguration class, using the specified configElement.

ProcessHtmlElement ( SageContext context, XmlNode htmlNode ) : XmlNode
ResolveDependencies ( ModuleConfiguration config ) : IEnumerable

메소드 상세

Parse() 공개 메소드

public Parse ( XmlElement element ) : void
element System.Xml.XmlElement
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToXml() 공개 메소드

public ToXml ( XmlDocument document ) : XmlElement
document System.Xml.XmlDocument
리턴 System.Xml.XmlElement