Allows for watching list-based configuration objects.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public abstract class DynamicConfigurationList<TConfigurationObject, TPropertyEnum> : ConfigurationList<TConfigurationObject, TPropertyEnum>
where TConfigurationObject : ListConfigurationObject
where TPropertyEnum : struct, new()
Visual Basic
Public MustInherit Class DynamicConfigurationList(Of TConfigurationObject As ListConfigurationObject, TPropertyEnum As {Structure, New}) _
	Inherits ConfigurationList(Of TConfigurationObject, TPropertyEnum)

Type Parameters

TConfigurationObject
The type of the configuration object.
TPropertyEnum
The type of the property enumeration.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Configuration..::..ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>
    ININ.IceLib.Configuration..::..DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>
      ININ.IceLib.Configuration..::..AccumulatorConfigurationList
      ININ.IceLib.Configuration..::..AttendantConfigurationConfigurationList
      ININ.IceLib.Configuration..::..AttendantEmailProfileConfigurationList
      ININ.IceLib.Configuration..::..AttendantInboundProfileConfigurationList
      ININ.IceLib.Configuration..::..AttendantOperatorProfileConfigurationList
      ININ.IceLib.Configuration..::..AttendantOutboundProfileConfigurationList
      ININ.IceLib.Configuration..::..AudioSourceConfigurationList
      ININ.IceLib.Configuration..::..ClientConfigurationTemplateConfigurationList
      ININ.IceLib.Configuration..::..ContactListSourceConfigurationList
      ININ.IceLib.Configuration..::..EditableConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>
      ININ.IceLib.Configuration.EFaq..::..EFaqConfigurationList
      ININ.IceLib.Configuration..::..FaxGroupConfigurationList
      ININ.IceLib.Configuration.Feedback..::..FeedbackSurveyConfigurationList
      ININ.IceLib.Configuration.Feedback..::..FeedbackSurveyGroupConfigurationList
      ININ.IceLib.Configuration..::..HandlerConfigurationList
      ININ.IceLib.Configuration..::..InitializationFunctionConfigurationList
      ININ.IceLib.Configuration..::..InteractionClientPluginConfigurationList
      ININ.IceLib.Configuration..::..InteractionConferenceRoomConfigurationList
      ININ.IceLib.Configuration..::..InteractionProcessorTableConfigurationList
      ININ.IceLib.Configuration..::..LineGroupConfigurationList
      ININ.IceLib.Configuration..::..LocationConfigurationList
      ININ.IceLib.Configuration..::..MiscellaneousItemConfigurationList
      ININ.IceLib.Configuration.OCS..::..OfficeCommunicationServerActiveDirectoryConfigurationList
      ININ.IceLib.Configuration.OCS..::..OfficeCommunicationServerStatusMessageConfigurationList
      ININ.IceLib.Configuration.Optimizer..::..OptimizerSchedulingUnitConfigurationList
      ININ.IceLib.Configuration..::..PagingCarrierConfigurationList
      ININ.IceLib.Configuration.ProcessAutomation..::..ProcessConfigurationList
      ININ.IceLib.Configuration.Recorder..::..RecorderQuestionnaireConfigurationList
      ININ.IceLib.Configuration.Reporting..::..LegacyHistoricalReportConfigurationList
      ININ.IceLib.Configuration..::..ReportLogConfigurationList
      ININ.IceLib.Configuration..::..SiteConfigurationList
      ININ.IceLib.Configuration..::..SmdiPortConfigurationList
      ININ.IceLib.Configuration..::..SmsBrokerConfigurationList
      ININ.IceLib.Configuration..::..StationGroupConfigurationList
      ININ.IceLib.Configuration..::..StatusColumnConfigurationList
      ININ.IceLib.Configuration..::..SystemParameterConfigurationList
      ININ.IceLib.Configuration..::..VoiceModuleConfigurationList
      ININ.IceLib.Configuration..::..WebServicesParameterConfigurationList

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also