namespace InABox.Core { /// <summary> /// Implementable on EntityLink; signals that AutoDataModel shouldn't load the inheriting entity. /// </summary> public interface ISkipLoad { } }