C# Class Castle.VSNetIntegration.CastleWizards.MonoRailProjectWizard

Inheritance: Castle.VSNetIntegration.Shared.BaseProjectWizard
Afficher le fichier Open project: nats/castle-1.0.3-mono

Private Properties

Свойство 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected AddExtensions ( IList extensions ) : void
extensions IList
Résultat void

AddPanels() protected méthode

protected AddPanels ( WizardDialog dlg ) : void
dlg Castle.VSNetIntegration.CastleWizards.Shared.Dialogs.WizardDialog
Résultat void

AddProjects() protected méthode

protected AddProjects ( Castle.VSNetIntegration.CastleWizards.Shared.ExtensionContext context ) : void
context Castle.VSNetIntegration.CastleWizards.Shared.ExtensionContext
Résultat void

PostProcess() protected méthode

protected PostProcess ( Castle.VSNetIntegration.CastleWizards.Shared.ExtensionContext context ) : void
context Castle.VSNetIntegration.CastleWizards.Shared.ExtensionContext
Résultat void