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.AwxAssembly: 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 |
---|
|
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
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