Allows for querying and managing phone number types.

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 PhoneNumberTypeConfigurationList : EditableConfigurationList<PhoneNumberTypeConfiguration, PhoneNumberTypeConfiguration..::..Property>
Visual Basic
Public Class PhoneNumberTypeConfigurationList _
	Inherits EditableConfigurationList(Of PhoneNumberTypeConfiguration, PhoneNumberTypeConfiguration..::..Property)

Inheritance Hierarchy

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

See Also