View Source
  Class ApiContentBuilderBase<T>
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public abstract class ApiContentBuilderBase<T>
    where T : IApiContent
   
  Type Parameters
  
  Constructors
  
  
    View Source
  
  ApiContentBuilderBase(IApiContentNameProvider, IApiContentRouteBuilder, IOutputExpansionStrategyAccessor)
  
  
  Declaration
  
    protected ApiContentBuilderBase(IApiContentNameProvider apiContentNameProvider, IApiContentRouteBuilder apiContentRouteBuilder, IOutputExpansionStrategyAccessor outputExpansionStrategyAccessor)
   
  Parameters
  
  Methods
  
  
    View Source
  
  Build(IPublishedContent)
  
  
  Declaration
  
    public virtual T Build(IPublishedContent content)
   
  Parameters
  
  Returns
  
  
    View Source
  
  Create(IPublishedContent, String, IApiContentRoute, IDictionary<String, Object>)
  
  
  Declaration
  
    protected abstract T Create(IPublishedContent content, string name, IApiContentRoute route, IDictionary<string, object> properties)
   
  Parameters
  
  Returns