Search Results for

    Show / Hide Table of Contents
    View Source

    Class UdiParserServiceConnectors

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class UdiParserServiceConnectors

    Methods

    View Source

    RegisterServiceConnector<T>()

    Registers a single IServiceConnector to add it's UDI type.

    Declaration
    public static void RegisterServiceConnector<T>()
        where T : IServiceConnector
    Type Parameters
    Name Description
    T
    View Source

    ScanDeployServiceConnectorsForUdiTypes(TypeLoader)

    Scan for deploy IServiceConnector in assemblies for known UDI types.

    Declaration
    public static void ScanDeployServiceConnectorsForUdiTypes(TypeLoader typeLoader)
    Parameters
    Type Name Description
    TypeLoader typeLoader
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • RegisterServiceConnector<T>()
      • ScanDeployServiceConnectorsForUdiTypes(TypeLoader)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX