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
-
IList<T>ICollection<T>IEnumerable<T>
- Inherited Members
Constructors
XPManyToManyAliasList(Session, IList, XPMemberInfo)
public XPManyToManyAliasList(Session session, IList aliasedCollection, XPMemberInfo skippedProperty)
Parameters
session
SessionaliasedCollection
IListskippedProperty
XPMemberInfo
Properties
this[int]
public T this[int index] { get; set; }
Parameters
index
int
Property Value
- T