C# 클래스 Sage.Modules.Module

Provides several shared utility methods for use with Sage modules.
파일 보기 프로젝트 열기: igorfrance/sage

공개 메소드들

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