Allows for querying and managing contact list configuration objects.

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

Syntax

C#
public class ContactListConfigurationList : EditableConfigurationList<ContactListConfiguration, ContactListConfiguration..::..Property>
Visual Basic
Public Class ContactListConfigurationList _
	Inherits EditableConfigurationList(Of ContactListConfiguration, ContactListConfiguration..::..Property)

Inheritance Hierarchy

System..::..Object
  ConfigurationList<(Of <(<'ContactListConfiguration, ContactListConfiguration..::..Property>)>)>
    DynamicConfigurationList<(Of <(<'ContactListConfiguration, ContactListConfiguration..::..Property>)>)>
      EditableConfigurationList<(Of <(<'ContactListConfiguration, ContactListConfiguration..::..Property>)>)>
        ININ.IceLib.Configuration.Dialer..::..ContactListConfigurationList

See Also