Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IHealthCheckGroupPresentationFactory

    Namespace: Umbraco.Cms.Api.Management.Factories
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public interface IHealthCheckGroupPresentationFactory

    Methods

    View Source

    CreateGroupingFromHealthCheckCollection()

    Declaration
    IEnumerable<IGrouping<string, HealthCheck>> CreateGroupingFromHealthCheckCollection()
    Returns
    Type Description
    IEnumerable<IGrouping<System.String, HealthCheck>>
    View Source

    CreateHealthCheckGroupWithResultViewModel(IGrouping<String, HealthCheck>)

    Declaration
    HealthCheckGroupWithResultResponseModel CreateHealthCheckGroupWithResultViewModel(IGrouping<string, HealthCheck> healthCheckGroup)
    Parameters
    Type Name Description
    IGrouping<System.String, HealthCheck> healthCheckGroup
    Returns
    Type Description
    HealthCheckGroupWithResultResponseModel
    View Source

    CreateHealthCheckWithResultViewModel(HealthCheck)

    Declaration
    HealthCheckWithResultPresentationModel CreateHealthCheckWithResultViewModel(HealthCheck healthCheck)
    Parameters
    Type Name Description
    HealthCheck healthCheck
    Returns
    Type Description
    HealthCheckWithResultPresentationModel
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CreateGroupingFromHealthCheckCollection()
      • CreateHealthCheckGroupWithResultViewModel(IGrouping<String, HealthCheck>)
      • CreateHealthCheckWithResultViewModel(HealthCheck)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX