Table of Contents

Class HandlerServiceTypeImplementationDelegatesModel

Namespace
Savvyio
Assembly
Savvyio.Core.dll

Represents a model for handler service type implementation delegates.

public class 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; set; }

Property Value

String

Type

Gets the name of the delegate model.

public string Type { get; set; }

Property Value

String