Class UdiParserServiceConnectors
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class UdiParserServiceConnectorsMethods
View SourceRegisterServiceConnector<T>()
Registers a single IServiceConnector to add it's UDI type.
Declaration
public static void RegisterServiceConnector<T>()
    where T : IServiceConnectorType Parameters
| Name | Description | 
|---|---|
| T | 
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 |