C# Class Castle.VSNetIntegration.CastleWizards.MonoRailProjectWizard

Inheritance: Castle.VSNetIntegration.Shared.BaseProjectWizard
Show file Open project: nats/castle-1.0.3-mono

Private Properties

Property Type Description
AddBrailCommonConfiguration void
AddContactViews void
AddGlobalApplication void
AddHomeViews void
AddLayout void
AddLoginViews void
AddRescue void
AddRoutingConfiguration void
AddView void
AddViewEngineConfiguration void
CreateXmlDomForConfig System.Xml.XmlDocument
PersistWebConfig void
ProcessWebConfig void
RegisterController void
RegisterControllers void
UpdateProjectToUseCassini void
UpdateReferences void
ViewFileExtension string

Protected Methods

Method Description
AddExtensions ( IList extensions ) : void
AddPanels ( WizardDialog dlg ) : void
AddProjects ( Castle.VSNetIntegration.CastleWizards.Shared.ExtensionContext context ) : void
PostProcess ( Castle.VSNetIntegration.CastleWizards.Shared.ExtensionContext context ) : void

Private Methods

Method Description
AddBrailCommonConfiguration ( XmlDocument webConfigDoc ) : void
AddContactViews ( Project project ) : void
AddGlobalApplication ( Project project ) : void
AddHomeViews ( Project project ) : void
AddLayout ( Project project ) : void
AddLoginViews ( Project project ) : void
AddRescue ( Project project ) : void
AddRoutingConfiguration ( XmlDocument webConfigDoc, XmlElement mrNode ) : void
AddView ( Project project, string controller, string action ) : void
AddViewEngineConfiguration ( XmlDocument webConfigDoc, XmlElement mrNode ) : void
CreateXmlDomForConfig ( Project project, String file ) : XmlDocument
PersistWebConfig ( ) : void
ProcessWebConfig ( ) : void
RegisterController ( XmlDocument dom, string name, string ns ) : void
RegisterControllers ( XmlDocument dom ) : void
UpdateProjectToUseCassini ( Project project ) : void
UpdateReferences ( Project project ) : void
ViewFileExtension ( ) : string

Method Details

AddExtensions() protected method

protected AddExtensions ( IList extensions ) : void
extensions IList
return void

AddPanels() protected method

protected AddPanels ( WizardDialog dlg ) : void
dlg Castle.VSNetIntegration.CastleWizards.Shared.Dialogs.WizardDialog
return void

AddProjects() protected method

protected AddProjects ( Castle.VSNetIntegration.CastleWizards.Shared.ExtensionContext context ) : void
context Castle.VSNetIntegration.CastleWizards.Shared.ExtensionContext
return void

PostProcess() protected method

protected PostProcess ( Castle.VSNetIntegration.CastleWizards.Shared.ExtensionContext context ) : void
context Castle.VSNetIntegration.CastleWizards.Shared.ExtensionContext
return void