Back to Devexpress

XPCollection.GetObjectClassInfo() Method

xpo-devexpress-dot-xpo-dot-xpcollection-5119c49c.md

latest1.7 KB
Original Source

XPCollection.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 that specifies the metadata information for the persistent objects in the collection.

|

Remarks

This method returns the value of the XPCollection.ObjectClassInfo property, it supports the internal infrastructure and is not intended to be called directly from your code.

The XPCollection.ObjectClassInfo property’s value can be initialized explicitly at design time or implicitly via the XPCollection constructor at runtime.

See Also

ObjectClassInfo

XPCollection Class

XPCollection Members

DevExpress.Xpo Namespace