• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypePresentationFactory

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

    Constructors

    View Source

    DataTypePresentationFactory(IDataTypeContainerService, PropertyEditorCollection, IDataValueEditorFactory, IConfigurationEditorJsonSerializer)

    Declaration
    public DataTypePresentationFactory(IDataTypeContainerService dataTypeContainerService, PropertyEditorCollection propertyEditorCollection, IDataValueEditorFactory dataValueEditorFactory, IConfigurationEditorJsonSerializer configurationEditorJsonSerializer)
    Parameters
    Type Name Description
    IDataTypeContainerService dataTypeContainerService
    PropertyEditorCollection propertyEditorCollection
    IDataValueEditorFactory dataValueEditorFactory
    IConfigurationEditorJsonSerializer configurationEditorJsonSerializer
    View Source

    DataTypePresentationFactory(IDataTypeContainerService, PropertyEditorCollection, IDataValueEditorFactory, IConfigurationEditorJsonSerializer, TimeProvider)

    Declaration
    public DataTypePresentationFactory(IDataTypeContainerService dataTypeContainerService, PropertyEditorCollection propertyEditorCollection, IDataValueEditorFactory dataValueEditorFactory, IConfigurationEditorJsonSerializer configurationEditorJsonSerializer, TimeProvider timeProvider)
    Parameters
    Type Name Description
    IDataTypeContainerService dataTypeContainerService
    PropertyEditorCollection propertyEditorCollection
    IDataValueEditorFactory dataValueEditorFactory
    IConfigurationEditorJsonSerializer configurationEditorJsonSerializer
    TimeProvider timeProvider

    Methods

    View Source

    CreateAsync(CreateDataTypeRequestModel)

    Declaration
    public async Task<Attempt<IDataType, DataTypeOperationStatus>> CreateAsync(CreateDataTypeRequestModel requestModel)
    Parameters
    Type Name Description
    CreateDataTypeRequestModel requestModel
    Returns
    Type Description
    Task<Attempt<IDataType, DataTypeOperationStatus>>
    View Source

    CreateAsync(UpdateDataTypeRequestModel, IDataType)

    Declaration
    public Task<Attempt<IDataType, DataTypeOperationStatus>> CreateAsync(UpdateDataTypeRequestModel requestModel, IDataType current)
    Parameters
    Type Name Description
    UpdateDataTypeRequestModel requestModel
    IDataType current
    Returns
    Type Description
    Task<Attempt<IDataType, DataTypeOperationStatus>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DataTypePresentationFactory(IDataTypeContainerService, PropertyEditorCollection, IDataValueEditorFactory, IConfigurationEditorJsonSerializer)
      • DataTypePresentationFactory(IDataTypeContainerService, PropertyEditorCollection, IDataValueEditorFactory, IConfigurationEditorJsonSerializer, TimeProvider)
    • Methods
      • CreateAsync(CreateDataTypeRequestModel)
      • CreateAsync(UpdateDataTypeRequestModel, IDataType)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX