C# Класс MvcInstaller.ConfigurationFactory

You can manipulate any configuration section in this class.
Наследование: IConfigurationFactory
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ConfigurationFactory ( ) : System.Configuration
ConfigurationFactory ( IConnectionStringComponent component ) : System.Configuration
Execute ( InstallerConfig config, Configuration configSection ) : void

Приватные методы

Метод Описание
UpdateConnectionString ( InstallerConfig config, Configuration configSection ) : void

Update the web.config connection strings. If the EntityFramework is being used, two connection strings will be created. One for the EntityFramework, and another for the Membership system.

UpdateMembershipProviders ( Configuration configSection, InstallerConfig config ) : void

Update the web.config membership related config sections, membership, profile, and roleManager. And also set the roleManager Enabled property to true.

Описание методов

ConfigurationFactory() публичный Метод

public ConfigurationFactory ( ) : System.Configuration
Результат System.Configuration

ConfigurationFactory() публичный Метод

public ConfigurationFactory ( IConnectionStringComponent component ) : System.Configuration
component IConnectionStringComponent
Результат System.Configuration

Execute() публичный Метод

public Execute ( InstallerConfig config, Configuration configSection ) : void
config MvcInstaller.Settings.InstallerConfig
configSection System.Configuration.Configuration
Результат void