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

Represents the Scaffolding support configuration. IScaffoldingSupport
Inheritance: ISerializedConfig
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
Deserialize ( XmlNode section ) : void

Deserializes the configuration section looking for a 'scaffold' element with a 'type' attribute

Method Details

Deserialize() public method

Deserializes the configuration section looking for a 'scaffold' element with a 'type' attribute
public Deserialize ( XmlNode section ) : void
section System.Xml.XmlNode The section.
return void