C# 클래스 Sage.Configuration.RouteInfo

Contains configuration information about a single URL route.
상속: IXmlConvertible
파일 보기 프로젝트 열기: igorfrance/sage

공개 메소드들

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

메소드 상세

Parse() 공개 메소드

public Parse ( XmlElement element ) : void
element System.Xml.XmlElement
리턴 void

RouteInfo() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToXml() 공개 메소드

public ToXml ( XmlDocument document ) : XmlElement
document System.Xml.XmlDocument
리턴 System.Xml.XmlElement