• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents

    Class UmbracoServices

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

    Constructors

    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

    GetAllTypes()

    Declaration
    public IList<TypeModel> GetAllTypes()
    Returns
    Type Description
    System.Collections.Generic.IList<TypeModel>

    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

    GetContentTypes()

    Declaration
    public IList<TypeModel> GetContentTypes()
    Returns
    Type Description
    System.Collections.Generic.IList<TypeModel>

    GetMediaTypes()

    Declaration
    public IList<TypeModel> GetMediaTypes()
    Returns
    Type Description
    System.Collections.Generic.IList<TypeModel>

    GetMemberTypes()

    Declaration
    public IList<TypeModel> GetMemberTypes()
    Returns
    Type Description
    System.Collections.Generic.IList<TypeModel>
    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