C# Class Castle.MonoRail.Framework.ScaffoldingAttribute

Inheritance: System.Attribute
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
ScaffoldingAttribute ( Type model ) : System

Initializes a new instance of the ScaffoldingAttribute class.

Method Details

ScaffoldingAttribute() public method

Initializes a new instance of the ScaffoldingAttribute class.
public ScaffoldingAttribute ( Type model ) : System
model System.Type The model/entity that should be implemented
return System