Click or drag to resize
IApplicationResourceSettingNameProvider Interface
Given a component identity this returns the app.config, web.config, *.cscfg setting names that contain component settings

Namespace: AccidentalFish.ApplicationSupport.Core.Components
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface IApplicationResourceSettingNameProvider

The IApplicationResourceSettingNameProvider type exposes the following members.

Methods
  NameDescription
Public methodDefaultBlobContainerName
Return the setting name for the default blob container name
Public methodDefaultBrokeredMessageQueueName
Return the setting name for the default brokered message queue name
Public methodDefaultLeaseBlockName
Return the setting name for the default lease block name
Public methodDefaultQueueName
Return the setting name for the default queue name
Public methodDefaultSubscriptionName
Return the setting name for the default subscription name
Public methodDefaultTableName
Return the setting name for the default table name
Public methodDefaultTopicName
Return the setting name for the default topic name
Public methodServiceBusConnectionString
Return the setting name for the service bus connection string
Public methodSettingName
Return the setting name for the a component setting
Public methodSqlConnectionString
Return the setting name for the SQL connection string
Public methodSqlContextType
Return the setting name for the SQL database context type
Public methodStorageAccountConnectionString
Return the setting name for the storage account connection string
Top
See Also