C# Class Sage.ResourceManagement.ResourceLibraryInfo

Provides configuration information about Sage resource libraries.
Inheritance: IXmlConvertible
Afficher le fichier Open project: igorfrance/sage Class Usage Examples

Méthodes publiques

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

Méthode Description
MatchesPath ( string url ) : bool

Method Details

Parse() public méthode

public Parse ( XmlElement element ) : void
element System.Xml.XmlElement
Résultat void

ResourceLibraryInfo() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

ToXml() public méthode

public ToXml ( XmlDocument document ) : XmlElement
document System.Xml.XmlDocument
Résultat System.Xml.XmlElement