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

Contains module configuration information.
Наследование: IXmlConvertible
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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