C# 클래스 MvcInstaller.ConfigurationFactory

You can manipulate any configuration section in this class.
상속: IConfigurationFactory
파일 보기 프로젝트 열기: kahanu/MvcInstaller 1 사용 예제들

공개 메소드들

메소드 설명
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