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

IMemberInfo Interface

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

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public interface IMemberInfo :
    IBaseInfo

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