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