Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPCollection.GetObjectClassInfo() Method

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public override XPClassInfo GetObjectClassInfo()

Returns

Type Description
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