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

ITypesInfo Interface

Declares members implemented by the classes that supply metadata on types used in an XAF application.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface ITypesInfo

Remarks

You do not need to implement this interface in most cases.

This interface is a part of the Types Info subsystem. To learn more, refer to the Access Business Object Metadata topic.

See Also