C# Класс Castle.MonoRail.Framework.Configuration.RoutingRuleCollection

Represents a set of url routing rules.
Наследование: System.Collections.CollectionBase, ISerializedConfig
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Deserialize ( XmlNode section ) : void

Deserializes the specified section.

this ( int index ) : RoutingRule

Gets the Castle.MonoRail.Framework.Configuration.RoutingRule at the specified index.

Описание методов

Deserialize() публичный Метод

Deserializes the specified section.
public Deserialize ( XmlNode section ) : void
section System.Xml.XmlNode The section.
Результат void

this() публичный Метод

Gets the Castle.MonoRail.Framework.Configuration.RoutingRule at the specified index.
public this ( int index ) : RoutingRule
index int
Результат RoutingRule