
Visual Basic (Declaration) | |
---|---|
<CollectionDataContractAttribute()> <DefaultMemberAttribute("Item")> Public NotInheritable Class RelatedEntityList(Of T As Class) Implements IdeaBlade.Core.INeedsCustomConversion, System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As RelatedEntityList(Of T) |
C# | |
---|---|
[CollectionDataContractAttribute()] [DefaultMemberAttribute("Item")] public sealed class RelatedEntityList<T> : IdeaBlade.Core.INeedsCustomConversion, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged where T: class |
C++/CLI | |
---|---|
[CollectionDataContractAttribute()] [DefaultMemberAttribute("Item")] generic<typename T> public ref class RelatedEntityList sealed : public IdeaBlade.Core.INeedsCustomConversion, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged where T: ref class |
- T
- Entity type
A RelatedEntityList is returned by all navigation properties on entities which return a non-scalar value. The collection is "live" in that any related entity additions, deletions or modifications are automatically reflected in the list.
System.Object
IdeaBlade.EntityModel.RelatedEntityList<T>
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family