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

Provides several shared utility methods for use with Sage modules.
Показать файл Открыть проект

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

Метод Описание
GetConfigNodes ( XmlNode moduleElement, string xpath ) : XmlNodeList

Selects the specified nodes within the mod:config section of the specified moduleElement.

GetConfigText ( XmlNode moduleElement, string xpath ) : string

Gets the configuration text.

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

GetConfigNodes() публичный статический Метод

Selects the specified nodes within the mod:config section of the specified moduleElement.
public static GetConfigNodes ( XmlNode moduleElement, string xpath ) : XmlNodeList
moduleElement System.Xml.XmlNode The module element.
xpath string The xpath.
Результат System.Xml.XmlNodeList

GetConfigText() публичный статический Метод

Gets the configuration text.
public static GetConfigText ( XmlNode moduleElement, string xpath ) : string
moduleElement System.Xml.XmlNode The module element.
xpath string The xpath.
Результат string