Class HandlerServiceAssemblyModel
- Namespace
- Savvyio
- Assembly
- Savvyio.Core.dll
Represents a model for handler service assemblies.
public record HandlerServiceAssemblyModel : IEquatable<HandlerServiceAssemblyModel>
- Inheritance
-
objectHandlerServiceAssemblyModel
- Implements
Constructors
HandlerServiceAssemblyModel(Type)
Initializes a new instance of the HandlerServiceAssemblyModel class.
public HandlerServiceAssemblyModel(Type handlerImplementationType)
Parameters
Properties
Implementations
Gets or sets the implementations of the handler service type.
public IEnumerable<HandlerServiceTypeImplementationModel> Implementations { get; }
Property Value
Name
Gets the name of the assembly.
public string Name { get; init; }
Property Value
Namespace
Gets the namespace of the handler implementation.
public string Namespace { get; init; }