The ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> type exposes the following members.

Methods

  NameDescription
Public methodCreateQuerySettings
Creates a query settings object that is appropriate to this list's query functions, such as StartCaching()()()(). The QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> class is constructed with default values to use a dynamic limit to return all IDs and display names that the current user has view access to. This list is sorted ascending by display name.
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 methodGetConfigurationList
Gets the configuration list.
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()()()()
Starts caching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
Public methodStartCaching(QuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>))
Starts caching the specified configuration objects.
Public methodStartCachingAsync(AsyncCompletedEventHandler, Object)
Asynchronously starts caching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
Public methodStartCachingAsync(QuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>), AsyncCompletedEventHandler, Object)
Asynchronously starts caching the specified configuration objects.
Public methodStopCaching
Stops caching the configuration objects.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyConfigurationManager
Gets the configuration manager.
Public propertyIsCaching
Gets a value indicating whether this instance is cached.
Public propertyIsWatching
Gets a value indicating whether this instance is watched.
Public propertyMoreResultsAvailable
Gets a value indicating whether more results were available.

See Also