Table of Contents

Class HandlerServiceTypeImplementationDelegatesModel

Namespace
Savvyio
Assembly
Savvyio.Core.dll

Represents a model for handler service type implementation delegates.

public record HandlerServiceTypeImplementationDelegatesModel : IEquatable<HandlerServiceTypeImplementationDelegatesModel>
Inheritance
object
HandlerServiceTypeImplementationDelegatesModel
Implements

Constructors

HandlerServiceTypeImplementationDelegatesModel(string, string)

Initializes a new instance of the HandlerServiceTypeImplementationDelegatesModel class.

public HandlerServiceTypeImplementationDelegatesModel(string type, string handler)

Parameters

type string
handler string

Properties

Handler

Gets the name of the delegate method.

public string Handler { get; init; }

Property Value

string

Type

Gets the name of the delegate model.

public string Type { get; init; }

Property Value

string