Struct ServiceIdentifier
- Namespace
- Volo.Abp.DependencyInjection
- Assembly
- Volo.Abp.Core.dll
public readonly struct ServiceIdentifier : IEquatable<ServiceIdentifier>
- Implements
- Inherited Members
- Extension Methods
Constructors
ServiceIdentifier(object?, Type)
public ServiceIdentifier(object? serviceKey, Type serviceType)
Parameters
ServiceIdentifier(Type)
public ServiceIdentifier(Type serviceType)
Parameters
serviceType
Type
Properties
ServiceKey
public object? ServiceKey { get; }
Property Value
ServiceType
public Type ServiceType { get; }
Property Value
Methods
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
Equals(ServiceIdentifier)
public bool Equals(ServiceIdentifier other)
Parameters
other
ServiceIdentifier
Returns
GetHashCode()
public override int GetHashCode()