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

ITypesInfo.PersistentTypes Property

Supplies metadata on the persistent types used in an XAF application.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

IEnumerable<ITypeInfo> PersistentTypes { get; }

Property Value

Type Description
IEnumerable<ITypeInfo>

An IEnumerable<ITypeInfo> object that supplies metadata on the persistent types used in an XAF application.

See Also