Back to Devexpress

ITypeInfo Interface

expressappframework-devexpress-dot-expressapp-dot-dc-d264b5a2.md

latest2.9 KB
Original Source

ITypeInfo Interface

Declares members implemented by classes that supply metadata information on a type.

Namespace : DevExpress.ExpressApp.DC

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface ITypeInfo :
    IBaseInfo
vb
Public Interface ITypeInfo
    Inherits IBaseInfo

The following members return ITypeInfo objects:

Show 15 links

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

ITypeInfo Members

DevExpress.ExpressApp.DC Namespace