C# Class Sage.Configuration.RouteInfo

Contains configuration information about a single URL route.
Inheritance: IXmlConvertible
Afficher le fichier Open project: igorfrance/sage

Méthodes publiques

Méthode Description
Parse ( XmlElement element ) : void
RouteInfo ( XmlElement configurationElement ) : System

Initializes a new instance of the RouteInfo class, using the specified configurationElement.

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

Method Details

Parse() public méthode

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

RouteInfo() public méthode

Initializes a new instance of the RouteInfo class, using the specified configurationElement.
routeConfig is null.
public RouteInfo ( XmlElement configurationElement ) : System
configurationElement System.Xml.XmlElement The route configuration element's.
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