Table of Contents

Class ServiceExpressionContext

Namespace
Steeltoe.Common.Expression.Internal.Contexts
Assembly
Steeltoe.Common.Expression.dll
public class ServiceExpressionContext : IServiceExpressionContext
Inheritance
ServiceExpressionContext
Implements
Inherited Members

Constructors

ServiceExpressionContext(IApplicationContext)

public ServiceExpressionContext(IApplicationContext applicationContext)

Parameters

applicationContext IApplicationContext

Properties

ApplicationContext

public IApplicationContext ApplicationContext { get; }

Property Value

IApplicationContext

Methods

ContainsService(string)

public bool ContainsService(string serviceName)

Parameters

serviceName string

Returns

bool

ContainsService(string, Type)

public bool ContainsService(string serviceName, Type serviceType)

Parameters

serviceName string
serviceType Type

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

GetService(string)

public object GetService(string serviceName)

Parameters

serviceName string

Returns

object

GetService(string, Type)

public object GetService(string serviceName, Type serviceType)

Parameters

serviceName string
serviceType Type

Returns

object