Table of Contents

Class XPManyToManyAliasList<T>

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

Type Parameters

T
Inheritance
XPManyToManyAliasList<T>
Implements
Inherited Members

Constructors

XPManyToManyAliasList(Session, IList, XPMemberInfo)

public XPManyToManyAliasList(Session session, IList aliasedCollection, XPMemberInfo skippedProperty)

Parameters

session Session
aliasedCollection IList
skippedProperty XPMemberInfo

Properties

this[int]

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

Parameters

index int

Property Value

T