Beispiel #1
0
 /// <summary>
 /// Prevents a default instance of the <see cref="DatabaseType"/> class from being created.
 /// Initializes a new instance of the <see cref="DatabaseType"/> class
 /// </summary>
 private DatabaseType()
 {
     this._config = ConfigManager.Config;
 }
 /// <summary>
 /// Prevents a default instance of the <see cref="ConfigManager"/> class from being created. 
 /// </summary>
 private ConfigManager()
 {
     this._config = (MappingStoreConfigSection)ConfigurationManager.GetSection(EstatNsiMappingStore)
                    ?? new MappingStoreConfigSection();
 }
Beispiel #3
0
 /// <summary>
 /// Prevents a default instance of the <see cref="DatabaseType"/> class from being created. 
 /// Initializes a new instance of the <see cref="DatabaseType"/> class
 /// </summary>
 private DatabaseType()
 {
     this._config = ConfigManager.Config;
 }