Search Results for

    Show / Hide Table of Contents
    View Source

    Class SubTypesSelector

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Common.OpenApi
    Assembly: Umbraco.Cms.Api.Common.dll
    Syntax
    public class SubTypesSelector : ISubTypesSelector

    Constructors

    View Source

    SubTypesSelector(IOptions<GlobalSettings>, IHostingEnvironment, IHttpContextAccessor, IEnumerable<ISubTypesHandler>, IUmbracoJsonTypeInfoResolver)

    Declaration
    public SubTypesSelector(IOptions<GlobalSettings> settings, IHostingEnvironment hostingEnvironment, IHttpContextAccessor httpContextAccessor, IEnumerable<ISubTypesHandler> subTypeHandlers, IUmbracoJsonTypeInfoResolver umbracoJsonTypeInfoResolver)
    Parameters
    Type Name Description
    Microsoft.Extensions.Options.IOptions<GlobalSettings> settings
    IHostingEnvironment hostingEnvironment
    Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor
    IEnumerable<ISubTypesHandler> subTypeHandlers
    IUmbracoJsonTypeInfoResolver umbracoJsonTypeInfoResolver

    Methods

    View Source

    SubTypes(Type)

    Declaration
    public IEnumerable<Type> SubTypes(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    IEnumerable<Type>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SubTypesSelector(IOptions<GlobalSettings>, IHostingEnvironment, IHttpContextAccessor, IEnumerable<ISubTypesHandler>, IUmbracoJsonTypeInfoResolver)
    • Methods
      • SubTypes(Type)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX