Castle.MonoRail.Framework.ScaffoldingAttribute.ScaffoldingAttribute C# (CSharp) Method

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
		public ScaffoldingAttribute(Type model)
		{
			this.model = model;
		}
ScaffoldingAttribute