Add this attribute to your data interface to give it a human readable title to be used in the C1 Console
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
Examples
This sample shows how to use the Title attribute.
CopyC#

[Title("My Data Type")] // (other IData attributes) interface IMyDataType : IData { // data type properties }