C# Class Castle.MonoRail.Framework.Configuration.ViewEngineConfig

Represents the view engines configuration
Inheritance: ISerializedConfig
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( XmlNode section ) : void

Deserializes the specified section.

Private Methods

Méthode Description
ConfigureDefaultViewEngine ( ) : void

Configures the default view engine.

ConfigureMultipleViewEngines ( XmlElement engines ) : void
ConfigureSingleViewEngine ( XmlNode section ) : void
LoadAdditionalSources ( XmlNode section ) : void
ResolveViewPath ( ) : void

Method Details

Deserialize() public méthode

Deserializes the specified section.
public Deserialize ( XmlNode section ) : void
section System.Xml.XmlNode The section.
Résultat void