Show / Hide Table of Contents

Class DefaultEndpointServiceProvider

A default endpoint service provider.

Inheritance
System.Object
DefaultEndpointServiceProvider
Implements
IEndpointServiceProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.ServiceStack.Hosting
Assembly: Kephas.ServiceStack.dll
Syntax
[OverridePriority(Priority.Low)]
public class DefaultEndpointServiceProvider : IEndpointServiceProvider

Constructors

| Improve this Doc View Source

DefaultEndpointServiceProvider(ICollection<IExportFactory<IEndpointService, EndpointMetadata>>)

Initializes a new instance of the DefaultEndpointServiceProvider class.

Declaration
public DefaultEndpointServiceProvider(ICollection<IExportFactory<IEndpointService, EndpointMetadata>> endpointServiceFactories)
Parameters
Type Name Description
System.Collections.Generic.ICollection<IExportFactory<IEndpointService, EndpointMetadata>> endpointServiceFactories

The endpoint service factories.

Properties

| Improve this Doc View Source

ServiceAssemblies

Gets the endpoint service assemblies.

Declaration
public Assembly[] ServiceAssemblies { get; }
Property Value
Type Description
System.Reflection.Assembly[]

An array of assemblies containing endpoint services.

| Improve this Doc View Source

ServiceName

Gets the name of the service.

Declaration
public string ServiceName { get; }
Property Value
Type Description
System.String

The name of the service.

Implements

IEndpointServiceProvider

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX