Add this attribute to your data interface to make it visible in the C1 Console developer UI.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
Examples
This sample shows how to use the RelevantToUserType attribute.
CopyC#

[RelevantToUserType(UserType.Developer)] // (other IData attributes) interface IMyDataType : IData { // data type properties }