C# Class Sage.ResourceManagement.ResourceLibraryInfo

Provides configuration information about Sage resource libraries.
Inheritance: IXmlConvertible
Datei anzeigen Open project: igorfrance/sage Class Usage Examples

Public Methods

Method Description
Parse ( XmlElement element ) : void
ResourceLibraryInfo ( XmlElement configElem, string projectId ) : System

Initializes a new instance of the ResourceLibraryInfo class.

ToString ( ) : string
ToXml ( XmlDocument document ) : XmlElement

Private Methods

Method Description
MatchesPath ( string url ) : bool

Method Details

Parse() public method

public Parse ( XmlElement element ) : void
element System.Xml.XmlElement
return void

ResourceLibraryInfo() public method

Initializes a new instance of the ResourceLibraryInfo class.
public ResourceLibraryInfo ( XmlElement configElem, string projectId ) : System
configElem System.Xml.XmlElement The configuration element that represents this resource library.
projectId string The identification string of the project this library belongs to.
return System

ToString() public method

public ToString ( ) : string
return string

ToXml() public method

public ToXml ( XmlDocument document ) : XmlElement
document System.Xml.XmlDocument
return System.Xml.XmlElement