An element of a Repository. It's a generic list of objects with a human readable name and a key used to identify it

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class RepositoryList<T> : ObservableCollection<T>, 
	ICloneable
where T : ICloneable
Visual Basic
Public Class RepositoryList(Of T As ICloneable) _
	Inherits ObservableCollection(Of T) _
	Implements ICloneable
JScript
JScript does not support generic types or methods.

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'T>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'T>)>)>
      Ico.Awx..::..RepositoryList<(Of <(<'T>)>)>
        Ico.Awx..::..DataDictionary
        Ico.Awx..::..DataRange
        Ico.Awx..::..DataStyleSelector

See Also