Click or drag to resize
IApplicationResourceSettingProvider Interface
Given a component identity this returns the app.config, web.config, *.cscfg setting values

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 IApplicationResourceSettingProvider

The IApplicationResourceSettingProvider type exposes the following members.

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