Extends RepositoryList to support Criteria

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class Range : RepositoryList<Criteria>
Visual Basic
Public Class Range _
	Inherits RepositoryList(Of Criteria)
JScript
public class Range extends RepositoryList<Criteria>

Inheritance Hierarchy

System..::..Object
  ValidatingList
    RepositoryList
      Ico.WPF..::..RepositoryList<(Of <(<'Criteria>)>)>
        Ico.WPF..::..Range

See Also