The CtiConfigurationList type exposes the following members.

Constructors

  NameDescription
Public methodCtiConfigurationList
Initializes a new instance of the CtiConfigurationList class.

Methods

  NameDescription
Public methodChangeWatchQuerySettings
Changes the query settings, replacing the current QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> with those passed in.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodChangeWatchQuerySettingsAsync
Changes the query settings asynchronously, replacing the current QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> with those passed in.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodCreateAttributeMapQuerySettings
Creates a query settings object that is appropriate to this parent list's child object query functions. The only actions that are supported on child query settings are SetPropertiesToRetrieveToAll()()()(), SetPropertiesToRetrieve(IEnumerable<(Of <<'(TPropertyEnum>)>>)), and SetPropertiesToRetrieve(array<TPropertyEnum>[]()[][]).
Public methodCreateCtiAttributeMap
Creates a new cti attribute map.
Public methodCreateObject
Creates a new object in the list.
(Inherited from EditableConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodCreateObjectAsync
Asynchronously creates a new object in the list.
(Inherited from EditableConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodCreateQuerySettings
Creates a query settings object that is appropriate to this list's query functions, such as StartCaching()()()(). The HierarchicalQuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum, TQueryChildrenSettings>)>)> 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.
(Inherited from ConfigurationList<(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 methodRefreshWatch
Refreshes the current watch, which will update the list with any new items that match the current QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodRefreshWatchAsync
Refreshes the current watch asynchronously, which will update the list with any new items that match the current QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartCaching()()()()
Starts caching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartCaching(QuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>))
Starts caching the specified configuration objects.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartCachingAsync(AsyncCompletedEventHandler, Object)
Asynchronously starts caching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartCachingAsync(QuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>), AsyncCompletedEventHandler, Object)
Asynchronously starts caching the specified configuration objects.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartWatching()()()()
Starts watching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartWatching(QuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>))
Starts watching the specified configuration objects.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartWatchingAsync(AsyncCompletedEventHandler, Object)
Asynchronously starts watching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStartWatchingAsync(QuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>), AsyncCompletedEventHandler, Object)
Asynchronously starts watching the specified configuration objects.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStopCaching
Stops caching the configuration objects.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStopWatching
Stops watching the configuration objects.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public methodStopWatchingAsync
Asynchronously stops watching the configuration list.
(Inherited from DynamicConfigurationList<(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 ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public propertyIsCaching
Gets a value indicating whether this instance is cached.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public propertyIsWatching
Gets a value indicating whether this instance is watched.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Public propertyMoreResultsAvailable
Gets a value indicating whether more results were available.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)

Events

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

See Also