Skip to main content
A newer version of this page is available. .

XPDictionary.CollectClassInfos(Boolean, Assembly[]) Method

Obtains the metadata information for all the persistent objects that are defined in the specified assemblies.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public XPClassInfo[] CollectClassInfos(
    bool addNonPersistent,
    params Assembly[] assemblies
)

Parameters

Name Type Description
addNonPersistent Boolean

true to add metadata information for nonpersistent objects; otherwise, false.

assemblies Assembly[]

An array of assemblies which contain the persistent objects whose metadata information is collected.

Returns

Type Description
XPClassInfo[]

An array of XPClassInfo for the persistent objects that are defined in the specified assemblies.

See Also