Cleanup IPublishedContent

This commit is contained in:
Stephan
2018-04-28 16:34:43 +02:00
parent 27390afe86
commit ce8775b3e7
30 changed files with 855 additions and 540 deletions

View File

@@ -273,10 +273,9 @@ namespace Umbraco.Tests.Published
public override int TemplateId { get; }
public override int SortOrder { get; }
public override string Name { get; }
public override IReadOnlyDictionary<string, PublishedCultureName> CultureNames => throw new NotSupportedException();
public override PublishedCultureInfos GetCulture(string culture = ".") => throw new NotSupportedException();
public override IReadOnlyDictionary<string, PublishedCultureInfos> Cultures => throw new NotSupportedException();
public override string UrlName { get; }
public override string DocumentTypeAlias { get; }
public override int DocumentTypeId { get; }
public override string WriterName { get; }
public override string CreatorName { get; }
public override int WriterId { get; }