Back to Devexpress

XPCollection<T>.GetObjectClassInfo() Method

xpo-devexpress-dot-xpo-dot-xpcollection-1-5b6a348e.md

latest1.2 KB
Original Source

XPCollection<T>.GetObjectClassInfo() Method

Gets the metadata information for the persistent objects contained in the collection.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public override XPClassInfo GetObjectClassInfo()
vb
Public Overrides Function GetObjectClassInfo As XPClassInfo

Returns

TypeDescription
XPClassInfo

An XPClassInfo object associated with the T type.

|

Remarks

This method supports the internal infrastructure and is not intended to be called directly from your code.

See Also

XPCollection<T> Class

XPCollection<T> Members

DevExpress.Xpo Namespace