C# Class RCL.Web.Routing.RouteConfigElement

RouteConfig 구성파일의 Element 정보
Inheritance: System.Configuration.ConfigurationElement
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RouteConfigElement ( ) : System

생성자

RouteConfigElement ( String newName, String newUrl, String routeHandlerType ) : System

생성자

RouteConfigElement ( string elementName ) : System

생성자

ToString ( ) : string

Méthodes protégées

Méthode Description
DeserializeElement ( System reader, bool serializeCollectionKey ) : void
SerializeElement ( System writer, bool serializeCollectionKey ) : bool

Method Details

DeserializeElement() protected méthode

protected DeserializeElement ( System reader, bool serializeCollectionKey ) : void
reader System
serializeCollectionKey bool
Résultat void

RouteConfigElement() public méthode

생성자
public RouteConfigElement ( ) : System
Résultat System

RouteConfigElement() public méthode

생성자
public RouteConfigElement ( String newName, String newUrl, String routeHandlerType ) : System
newName String 경로를 식별하는 값
newUrl String 경로의 URL 패턴
routeHandlerType String RouteHandlerType
Résultat System

RouteConfigElement() public méthode

생성자
public RouteConfigElement ( string elementName ) : System
elementName string 경로를 식별하는 값
Résultat System

SerializeElement() protected méthode

protected SerializeElement ( System writer, bool serializeCollectionKey ) : bool
writer System
serializeCollectionKey bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string