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