Fix PublishedElementModel, must be abstract

This commit is contained in:
Stephan
2018-09-27 19:50:45 +02:00
parent 3382a4efdb
commit 621ef28680

View File

@@ -6,7 +6,7 @@
/// </summary>
/// <remarks>Every strongly-typed property set class should inherit from <c>PublishedElementModel</c>
/// (or inherit from a class that inherits from... etc.) so they are picked by the factory.</remarks>
public class PublishedElementModel : PublishedElementWrapped
public abstract class PublishedElementModel : PublishedElementWrapped
{
/// <inheritdoc />
/// <summary>