Allows for querying and managing editable 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 EditableConfigurationList<TConfigurationObject, TPropertyEnum> : DynamicConfigurationList<TConfigurationObject, TPropertyEnum>
where TConfigurationObject : EditableListConfigurationObject<TPropertyEnum>
where TPropertyEnum : struct, new()
Visual Basic
Public MustInherit Class EditableConfigurationList(Of TConfigurationObject As EditableListConfigurationObject(Of TPropertyEnum), TPropertyEnum As {Structure, New}) _
	Inherits DynamicConfigurationList(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..::..EditableConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>
        ININ.IceLib.Configuration..::..AccessControlGroupConfigurationList
        ININ.IceLib.Configuration..::..AccountCodeConfigurationList
        ININ.IceLib.Configuration..::..ActionConfigurationList
        ININ.IceLib.Configuration..::..AnalyzerKeywordSetConfigurationList
        ININ.IceLib.Configuration..::..ClientTemplateConfigurationList
        ININ.IceLib.Configuration..::..CustomButtonConfigurationList
        ININ.IceLib.Configuration..::..ImageResourceConfigurationList
        ININ.IceLib.Configuration.Integrations.Salesforce..::..CtiConfigurationList
        ININ.IceLib.Configuration..::..LayoutConfigurationList
        ININ.IceLib.Configuration..::..LineConfigurationList
        ININ.IceLib.Configuration..::..PasswordPolicyConfigurationList
        ININ.IceLib.Configuration..::..PhoneNumberClassificationConfigurationList
        ININ.IceLib.Configuration..::..PositionConfigurationList
        ININ.IceLib.Configuration..::..QueueColumnConfigurationList
        ININ.IceLib.Configuration..::..RecordingBeepToneConfigurationList
        ININ.IceLib.Configuration.Reporting..::..HistoricalReportConfigurationList
        ININ.IceLib.Configuration.Reporting..::..ReportCategoryConfigurationList
        ININ.IceLib.Configuration.Reporting..::..ReportCustomDataConfigurationList
        ININ.IceLib.Configuration.Reporting..::..ReportFlexibleColumnConfigurationList
        ININ.IceLib.Configuration.Reporting..::..ReportMasterConfigurationList
        ININ.IceLib.Configuration.Reporting..::..ReportParameterConfigurationList
        ININ.IceLib.Configuration.Reporting..::..ReportSectionConfigurationList
        ININ.IceLib.Configuration.Reporting..::..ReportSystemSettingConfigurationList
        ININ.IceLib.Configuration.Reporting..::..ReportTableConfigurationList
        ININ.IceLib.Configuration..::..ResponseManagementDocumentConfigurationList
        ININ.IceLib.Configuration..::..RoleConfigurationList
        ININ.IceLib.Configuration..::..ScheduleConfigurationList
        ININ.IceLib.Configuration..::..SecureInputFormConfigurationList
        ININ.IceLib.Configuration..::..ServerParameterConfigurationList
        ININ.IceLib.Configuration..::..SkillConfigurationList
        ININ.IceLib.Configuration..::..StationConfigurationList
        ININ.IceLib.Configuration..::..StationTemplateConfigurationList
        ININ.IceLib.Configuration..::..StatusMessageConfigurationList
        ININ.IceLib.Configuration..::..StreamingAudioMonitorProfileConfigurationList
        ININ.IceLib.Configuration..::..StructuredParameterConfigurationList
        ININ.IceLib.Configuration..::..UserConfigurationList
        ININ.IceLib.Configuration..::..WorkgroupConfigurationList
        ININ.IceLib.Configuration..::..WrapUpCategoryConfigurationList
        ININ.IceLib.Configuration..::..WrapUpCodeConfigurationList

Version Information

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

See Also