The DnisMappingsConfigurationContainer type exposes the following members.

Constructors

  NameDescription
Public methodDnisMappingsConfigurationContainer
Initializes a new instance of the DnisMappingsConfigurationContainer class.

Methods

  NameDescription
Public methodChangeWatchedProperties
Changes the watched properties, replacing the current ones with those passed in.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodChangeWatchedPropertiesAsync
Changes the watched properties, replacing the current ones with those passed in.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodChangeWatchedQuerySettings
Changes the watched query settings.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodChangeWatchedQuerySettingsAsync
Changes the watched query settings.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodChangeWatchQuerySettingsAsync Obsolete.
Changes the query settings async.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodCreateQuerySettings
Creates a query settings object that is appropriate to this container object's query functions, such as StartCaching(IEnumerable<(Of <<'(TPropertyEnum>)>>)).
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetConfigurationItem
Gets the configuration item.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
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 methodStartCaching(IEnumerable<(Of <<'(TPropertyEnum>)>>))
Starts caching the specified configuration objects.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartCaching(ContainerQuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>))
Starts caching the specified configuration objects.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartCachingAsync(IEnumerable<(Of <<'(TPropertyEnum>)>>), AsyncCompletedEventHandler, Object)
Asynchronously starts caching the specified configuration objects.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartCachingAsync(ContainerQuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>), AsyncCompletedEventHandler, Object)
Asynchronously starts caching the specified configuration objects.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartWatching(IEnumerable<(Of <<'(TPropertyEnum>)>>))
Starts watching the specified properties of the configuration object.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartWatching(ContainerQuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>))
Starts watching the configuration object.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartWatchingAsync(IEnumerable<(Of <<'(TPropertyEnum>)>>), AsyncCompletedEventHandler, Object)
Asynchronously starts watching the specified configuration objects.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartWatchingAsync(ContainerQuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>), AsyncCompletedEventHandler, Object)
Asynchronously starts watching the specified configuration objects.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStopCaching
Stops caching the configuration objects.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStopWatching (Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStopWatchingAsync
Asynchronously stops watching the configuration list.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyConfigurationManager
Gets the configuration manager.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public propertyIsCaching
Gets a value indicating whether this instance is cached.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public propertyIsWatching
Gets a value indicating whether this instance is watched.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)

Events

  NameDescription
Public eventConfigurationObjectsAdded
Occurs when at least one item of type TConfigurationObject is added.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public eventConfigurationObjectsChanged
Occurs when at least one item of type TConfigurationObject is modified.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public eventConfigurationObjectsRemoved
Occurs when at least one item of type TConfigurationObject is removed.
(Inherited from ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)

See Also