Castle.MonoRail.Framework.ScaffoldingAttribute.ScaffoldingAttribute C# (CSharp) Méthode

ScaffoldingAttribute() public méthode

Initializes a new instance of the ScaffoldingAttribute class.
public ScaffoldingAttribute ( Type model ) : System
model System.Type The model/entity that should be implemented
Résultat System
		public ScaffoldingAttribute(Type model)
		{
			this.model = model;
		}
ScaffoldingAttribute