Show / Hide Table of Contents

Class ExposedServiceExplorer

Inheritance
object
ExposedServiceExplorer
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.DependencyInjection
Assembly: Volo.Abp.Core.dll
Syntax
public static class ExposedServiceExplorer

Methods

GetExposedKeyedServices(Type)

Declaration
public static List<ServiceIdentifier> GetExposedKeyedServices(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
List<ServiceIdentifier>

GetExposedServices(Type)

Declaration
public static List<Type> GetExposedServices(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
List<Type>
In this article
Back to top Powered by ABP.IO Platform