Contains configuration and administration settings for a Dialer schedule.

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 ScheduleConfiguration : EditableListConfigurationObject<ScheduleConfiguration..::..Property>, 
	IExportable
Visual Basic
Public Class ScheduleConfiguration _
	Inherits EditableListConfigurationObject(Of ScheduleConfiguration..::..Property) _
	Implements IExportable

Inheritance Hierarchy

System..::..Object
  ConfigurationObject
    ListConfigurationObject
      EditableListConfigurationObject<(Of <(<'ScheduleConfiguration..::..Property>)>)>
        ININ.IceLib.Configuration.Dialer..::..ScheduleConfiguration

See Also