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

XPObjectType.GetClassInfo() Method

Returns the persistent class metadata information for the current type.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPClassInfo GetClassInfo()

Returns

Type Description
XPClassInfo

The XPClassInfo for the specified class type.

See Also