View Source
  Class CompositePackageManifest
  
  A package manifest made up of all combined manifests
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class CompositePackageManifest
   
  Constructors
  
  
    View Source
  
  CompositePackageManifest(IReadOnlyList<IDataEditor>, IReadOnlyList<IDataEditor>, IReadOnlyList<GridEditor>, IReadOnlyList<ManifestContentAppDefinition>, IReadOnlyList<ManifestDashboard>, IReadOnlyList<ManifestSection>, IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>>, IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>>)
  
  
  Declaration
  
    public CompositePackageManifest(IReadOnlyList<IDataEditor> propertyEditors, IReadOnlyList<IDataEditor> parameterEditors, IReadOnlyList<GridEditor> gridEditors, IReadOnlyList<ManifestContentAppDefinition> contentApps, IReadOnlyList<ManifestDashboard> dashboards, IReadOnlyList<ManifestSection> sections, IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>> scripts, IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>> stylesheets)
   
  Parameters
  
  Properties
  
  
    View Source
  
  ContentApps
  Gets or sets the content apps listed in the manifest.
Declaration
  
    public IReadOnlyList<ManifestContentAppDefinition> ContentApps { get; }
   
  Property Value
  
  
    View Source
  
  Dashboards
  Gets or sets the dashboards listed in the manifest.
Declaration
  
    public IReadOnlyList<ManifestDashboard> Dashboards { get; }
   
  Property Value
  
  
    View Source
  
  GridEditors
  Gets or sets the grid editors listed in the manifest.
Declaration
  
    public IReadOnlyList<GridEditor> GridEditors { get; }
   
  Property Value
  
  
    View Source
  
  ParameterEditors
  Gets or sets the parameter editors listed in the manifest.
Declaration
  
    public IReadOnlyList<IDataEditor> ParameterEditors { get; }
   
  Property Value
  
  
    View Source
  
  PropertyEditors
  Gets or sets the property editors listed in the manifest.
Declaration
  
    public IReadOnlyList<IDataEditor> PropertyEditors { get; }
   
  Property Value
  
  
    View Source
  
  Scripts
  
  
  Declaration
  
    public IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>> Scripts { get; }
   
  Property Value
  
  
    View Source
  
  Sections
  Gets or sets the sections listed in the manifest.
Declaration
  
    public IReadOnlyCollection<ManifestSection> Sections { get; }
   
  Property Value
  
  
    View Source
  
  Stylesheets
  
  
  Declaration
  
    public IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>> Stylesheets { get; }
   
  Property Value