Table of Contents

Class XPAssociationList<T>

Namespace
DevExpress.Xpo.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class XPAssociationList<T> : XPAssociationList, IXPAssociationList, IXPClassInfoAndSessionProvider, IXPClassInfoProvider, ISessionProvider, IObjectLayerProvider, IDataLayerProvider, IXPDictionaryProvider, IXPPrefetchableAssociationList, IXPBulkLoadableCollection, IXPUnloadableAssociationList, INotifyCollectionChanged, IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable

Type Parameters

T
Inheritance
XPAssociationList<T>
Implements
Inherited Members

Constructors

XPAssociationList(Session, object, XPMemberInfo)

public XPAssociationList(Session session, object owner, XPMemberInfo collectionMember)

Parameters

session Session
owner object
collectionMember XPMemberInfo

Properties

this[int]

public T this[int index] { get; set; }

Parameters

index int

Property Value

T