Adding PropertyGroup and PropertyGroupCollection classes U4-926. Adding PropertyType and PropertyTypeCollection classes U4-925. Adding DataTypeDefinition and DataTypeDatabaseType U4-927. Had to update the Property ref. on page and DynamicDocumentExtensions because of a conflict with the new Property class.
10 lines
206 B
C#
10 lines
206 B
C#
namespace Umbraco.Core.Models.EntityBase
|
|
{
|
|
/// <summary>
|
|
/// Marker interface for aggregate roots
|
|
/// </summary>
|
|
public interface IAggregateRoot : IEntity
|
|
{
|
|
|
|
}
|
|
} |