Click or drag to resize
ApplicationResourceSettingNameProvider Class
Given a component name this will return a app.config / web.config / *.cscfg setting name for a given type of resource
Inheritance Hierarchy
System.Object
  AccidentalFish.ApplicationSupport.Core.Components.ApplicationResourceSettingNameProvider

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 class ApplicationResourceSettingNameProvider : IApplicationResourceSettingNameProvider

The ApplicationResourceSettingNameProvider type exposes the following members.

Constructors
  NameDescription
Public methodApplicationResourceSettingNameProvider
Initializes a new instance of the ApplicationResourceSettingNameProvider class
Top
Methods
  NameDescription
Public methodDefaultBlobContainerName
Default blob container name setting. Format: {componentIdentity}.default-blob-container-name
Public methodDefaultBrokeredMessageQueueName
Default brokered message queue name setting. Format: {componentIdentity}.default-brokered-message-queue-name
Public methodDefaultLeaseBlockName
Default lease block name. Format: {componentIdentity}.default-lease-block-name
Public methodDefaultQueueName
Default queue name setting. Format: {componentIdentity}.default-queue-name
Public methodDefaultSubscriptionName
Default subscription name setting. Format: {componentIdentity}.default-subscription-name
Public methodDefaultTableName
Default table name setting. Format: {componentIdentity}.default-table-name
Public methodDefaultTopicName
Default topic name setting. Format: {componentIdentity}.default-topic-name
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodServiceBusConnectionString
Service bus connection string setting. Format: {componentIdentity}.service-bus-connection-string
Public methodSettingName
Application setting name . Format: {componentIdentity}.setting.{setting}
Public methodSqlConnectionString
SQL connection string setting. Format: {componentIdentity}.sql-connection-string
Public methodSqlContextType
Database context setting. Format: {componentIdentity}.db-context-type
Public methodStorageAccountConnectionString
Storage account connection string setting. Format: {componentIdentity}.storage-account-connection-string
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also