namespace Umbraco.Core.Models.Entities { /// /// Marker interface for value object, eg. objects without /// the same kind of identity as an Entity (with its Id). /// public interface IValueObject { } }