Add this attribute to your data interface to prevent it from being referenced by other data types
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
Examples
This sample shows how to use the NotReferenceable attribute.
CopyC#

[NotReferenceable()] // (other IData attributes) interface IMyDataType : IData { // data type properties }