Table of Contents

Interface IServiceExpressionContext

Namespace
Steeltoe.Common.Expression.Internal.Contexts
Assembly
Steeltoe.Common.Abstractions.dll
public interface IServiceExpressionContext

Properties

ApplicationContext

IApplicationContext ApplicationContext { get; }

Property Value

IApplicationContext

Methods

ContainsService(string)

bool ContainsService(string serviceName)

Parameters

serviceName string

Returns

bool

ContainsService(string, Type)

bool ContainsService(string serviceName, Type serviceType)

Parameters

serviceName string
serviceType Type

Returns

bool

GetService(string)

object GetService(string serviceName)

Parameters

serviceName string

Returns

object

GetService(string, Type)

object GetService(string serviceName, Type serviceType)

Parameters

serviceName string
serviceType Type

Returns

object