Table of Contents

Interface IMediatrRegistrationModel

Namespace
Whipstaff.MediatR
Assembly
Whipstaff.MediatR.dll

Represents a MediatR registration.

public interface IMediatrRegistrationModel

Properties

ImplementationType

Gets the implementation type.

Type ImplementationType { get; }

Property Value

Type

ServiceType

Gets the registration type.

Type ServiceType { get; }

Property Value

Type