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
Methods
ContainsService(string)
public bool ContainsService(string serviceName)
Parameters
serviceName
string
Returns
ContainsService(string, Type)
public bool ContainsService(string serviceName, Type serviceType)
Parameters
Returns
Equals(object)
public override bool Equals(object other)
Parameters
other
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
GetService(string)
public object GetService(string serviceName)
Parameters
serviceName
string
Returns
GetService(string, Type)
public object GetService(string serviceName, Type serviceType)