Allows for querying and managing rule set 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 RuleSetConfigurationList : EditableConfigurationList<RuleSetConfiguration, RuleSetConfiguration..::..Property>
Visual Basic
Public Class RuleSetConfigurationList _
	Inherits EditableConfigurationList(Of RuleSetConfiguration, RuleSetConfiguration..::..Property)

Inheritance Hierarchy

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

See Also