C# Class Sage.Modules.Module

Provides several shared utility methods for use with Sage modules.
Afficher le fichier Open project: igorfrance/sage

Méthodes publiques

Méthode Description
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.

Method Details

GetConfigNodes() public static méthode

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.
Résultat System.Xml.XmlNodeList

GetConfigText() public static méthode

Gets the configuration text.
public static GetConfigText ( XmlNode moduleElement, string xpath ) : string
moduleElement System.Xml.XmlNode The module element.
xpath string The xpath.
Résultat string