Table of Contents

Class HandlerServiceAssemblyModel

Namespace
Savvyio
Assembly
Savvyio.Core.dll

Represents a model for handler service assemblies.

public class HandlerServiceAssemblyModel : IEquatable<HandlerServiceAssemblyModel>
Inheritance
Object
HandlerServiceAssemblyModel
Implements

Constructors

HandlerServiceAssemblyModel(Type)

Initializes a new instance of the HandlerServiceAssemblyModel class.

public HandlerServiceAssemblyModel(Type handlerImplementationType)

Parameters

handlerImplementationType Type

The System.Type of the handler implementation.

Properties

Implementations

Gets or sets the implementations of the handler service type.

public IEnumerable<HandlerServiceTypeImplementationModel> Implementations { get; }

Property Value

IEnumerable<HandlerServiceTypeImplementationModel>

Name

Gets the name of the assembly.

public string Name { get; set; }

Property Value

String

Namespace

Gets the namespace of the handler implementation.

public string Namespace { get; set; }

Property Value

String