DevForce Help Reference
RelatedEntityList<T> Constructor(IEnumerable<T>,ListEntityReference<T>)


List to be contained in the RelatedEntityList
Creates a new RelatedEntityList ( not a wrapper)
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of T), _
   ByVal listReference As ListEntityReference(Of T) _
)
'Usage
 
Dim collection As IEnumerable(Of T)
Dim listReference As ListEntityReference(Of T)
 
Dim instance As New RelatedEntityList(Of T)(collection, listReference)
public RelatedEntityList<T>( 
   IEnumerable<T> collection,
   ListEntityReference<T> listReference
)

Parameters

collection
List to be contained in the RelatedEntityList
listReference
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RelatedEntityList<T> Class
RelatedEntityList<T> Members
Overload List

Send Feedback