C# Class Sage.Configuration.PathTemplates

Provides path templates for various system-required files.
ファイルを表示 Open project: igorfrance/sage Class Usage Examples

Public Methods

Method Description
Parse ( XmlElement configElement ) : void

Parses the specified configuration element and copies any applicable values into the current instance.

PathTemplates ( ) : System

Initializes a new instance of the PathTemplates class.

PathTemplates ( XmlElement configElement ) : System

Initializes a new instance of the PathTemplates class, using the specified configElement to parse its values from.

ToXml ( XmlDocument ownerDoc ) : XmlElement

Generates an XML element that represents this instance.

Private Methods

Method Description
PathTemplates ( PathTemplates init ) : System

Method Details

Parse() public method

Parses the specified configuration element and copies any applicable values into the current instance.
public Parse ( XmlElement configElement ) : void
configElement System.Xml.XmlElement The configuration element to parse.
return void

PathTemplates() public method

Initializes a new instance of the PathTemplates class.
public PathTemplates ( ) : System
return System

PathTemplates() public method

Initializes a new instance of the PathTemplates class, using the specified configElement to parse its values from.
public PathTemplates ( XmlElement configElement ) : System
configElement System.Xml.XmlElement The configuration element containing the definition of the path templates.
return System

ToXml() public method

Generates an XML element that represents this instance.
public ToXml ( XmlDocument ownerDoc ) : XmlElement
ownerDoc System.Xml.XmlDocument The document to use to create the element with.
return System.Xml.XmlElement