Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoServices

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.ModelsBuilder
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public sealed class UmbracoServices

    Constructors

    View Source

    UmbracoServices(IContentTypeService, IMediaTypeService, IMemberTypeService, IPublishedContentTypeFactory, IShortStringHelper)

    Initializes a new instance of the UmbracoServices class.

    Declaration
    public UmbracoServices(IContentTypeService contentTypeService, IMediaTypeService mediaTypeService, IMemberTypeService memberTypeService, IPublishedContentTypeFactory publishedContentTypeFactory, IShortStringHelper shortStringHelper)
    Parameters
    Type Name Description
    IContentTypeService contentTypeService
    IMediaTypeService mediaTypeService
    IMemberTypeService memberTypeService
    IPublishedContentTypeFactory publishedContentTypeFactory
    IShortStringHelper shortStringHelper

    Methods

    View Source

    GetAllTypes()

    Declaration
    public IList<TypeModel> GetAllTypes()
    Returns
    Type Description
    IList<TypeModel>
    View Source

    GetClrName(IShortStringHelper, String, String)

    Declaration
    public static string GetClrName(IShortStringHelper shortStringHelper, string name, string alias)
    Parameters
    Type Name Description
    IShortStringHelper shortStringHelper
    System.String name
    System.String alias
    Returns
    Type Description
    System.String
    View Source

    GetContentTypes()

    Declaration
    public IList<TypeModel> GetContentTypes()
    Returns
    Type Description
    IList<TypeModel>
    View Source

    GetMediaTypes()

    Declaration
    public IList<TypeModel> GetMediaTypes()
    Returns
    Type Description
    IList<TypeModel>
    View Source

    GetMemberTypes()

    Declaration
    public IList<TypeModel> GetMemberTypes()
    Returns
    Type Description
    IList<TypeModel>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoServices(IContentTypeService, IMediaTypeService, IMemberTypeService, IPublishedContentTypeFactory, IShortStringHelper)
    • Methods
      • GetAllTypes()
      • GetClrName(IShortStringHelper, String, String)
      • GetContentTypes()
      • GetMediaTypes()
      • GetMemberTypes()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX