Click or drag to resize
ApplicationComponent Class
Represents the configuration for an application component in a configuration file
Inheritance Hierarchy
SystemObject
  AccidentalFish.ApplicationSupport.Core.ConfigurationApplicationComponent

Namespace: AccidentalFish.ApplicationSupport.Core.Configuration
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public class ApplicationComponent

The ApplicationComponent type exposes the following members.

Constructors
  NameDescription
Public methodApplicationComponent
Constructor
Top
Properties
  NameDescription
Public propertyDbContextType
SQL database context type
Public propertyDefaultBlobContainerAccessType
Default blob container access type
Public propertyDefaultBlobContainerName
Default blob container name
Public propertyDefaultBrokeredMessageQueueName
Default brokered message queue name
Public propertyDefaultLeaseBlockName
Default lease block name
Public propertyDefaultQueueName
Default queue name
Public propertyDefaultSubscriptionName
Default subscription name
Public propertyDefaultTableName
Default table name
Public propertyDefaultTopicName
Default topic name
Public propertyFqn
Fully qualified name
Public propertyServiceBusConnectionString
Service bus connection string
Public propertySettings
Component application settings
Public propertySqlServerConnectionString
Sql Server connection string
Public propertyStorageAccountConnectionString
Storage account connection string
Public propertyTableData
Table data upload file
Public propertyUploads
Blob upload filenames
Public propertyUsesAzureStorage
Does the component use Azure storage
Public propertyUsesServiceBus
Does the component use the service bus
Top
Methods
  NameDescription
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also