Table of Contents

Class ExposedServiceExplorer

Namespace
Volo.Abp.DependencyInjection
Assembly
Volo.Abp.Core.dll
public static class ExposedServiceExplorer
Inheritance
ExposedServiceExplorer
Inherited Members

Methods

GetExposedKeyedServices(Type)

public static List<ServiceIdentifier> GetExposedKeyedServices(Type type)

Parameters

type Type

Returns

List<ServiceIdentifier>

GetExposedServices(Type)

public static List<Type> GetExposedServices(Type type)

Parameters

type Type

Returns

List<Type>