Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeReferencePresentationFactory

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.Factories
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DataTypeReferencePresentationFactory : IDataTypeReferencePresentationFactory

    Constructors

    View Source

    DataTypeReferencePresentationFactory(IContentTypeService, IMediaTypeService, IMemberTypeService)

    Declaration
    public DataTypeReferencePresentationFactory(IContentTypeService contentTypeService, IMediaTypeService mediaTypeService, IMemberTypeService memberTypeService)
    Parameters
    Type Name Description
    IContentTypeService contentTypeService
    IMediaTypeService mediaTypeService
    IMemberTypeService memberTypeService

    Methods

    View Source

    CreateDataTypeReferenceViewModels(IReadOnlyDictionary<Udi, IEnumerable<String>>)

    Declaration
    public IEnumerable<DataTypeReferenceResponseModel> CreateDataTypeReferenceViewModels(IReadOnlyDictionary<Udi, IEnumerable<string>> dataTypeUsages)
    Parameters
    Type Name Description
    IReadOnlyDictionary<Udi, IEnumerable<System.String>> dataTypeUsages
    Returns
    Type Description
    IEnumerable<DataTypeReferenceResponseModel>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DataTypeReferencePresentationFactory(IContentTypeService, IMediaTypeService, IMemberTypeService)
    • Methods
      • CreateDataTypeReferenceViewModels(IReadOnlyDictionary<Udi, IEnumerable<String>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX