C# Class RCL.Web.Routing.RouteConfigElement

RouteConfig 구성파일의 Element 정보
Inheritance: System.Configuration.ConfigurationElement
ファイルを表示 Open project: debop/NFramework Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
RouteConfigElement ( ) : System

생성자

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

생성자

RouteConfigElement ( string elementName ) : System

생성자

ToString ( ) : string

Protected Methods

Method Description
DeserializeElement ( System reader, bool serializeCollectionKey ) : void
SerializeElement ( System writer, bool serializeCollectionKey ) : bool

Method Details

DeserializeElement() protected method

protected DeserializeElement ( System reader, bool serializeCollectionKey ) : void
reader System
serializeCollectionKey bool
return void

RouteConfigElement() public method

생성자
public RouteConfigElement ( ) : System
return System

RouteConfigElement() public method

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

RouteConfigElement() public method

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

SerializeElement() protected method

protected SerializeElement ( System writer, bool serializeCollectionKey ) : bool
writer System
serializeCollectionKey bool
return bool

ToString() public method

public ToString ( ) : string
return string