Table of Contents

Class GenerateServiceActivatorAttribute

Namespace
PatternKit.Generators.Messaging
Assembly
PatternKit.Generators.Abstractions.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false, Inherited = false)]
public sealed class GenerateServiceActivatorAttribute : Attribute
Inheritance
GenerateServiceActivatorAttribute
Inherited Members

Constructors

GenerateServiceActivatorAttribute(Type, Type)

public GenerateServiceActivatorAttribute(Type requestType, Type responseType)

Parameters

requestType Type
responseType Type

Properties

ActivatorName

public string ActivatorName { get; set; }

Property Value

string

FactoryName

public string FactoryName { get; set; }

Property Value

string

RequestType

public Type RequestType { get; }

Property Value

Type

ResponseType

public Type ResponseType { get; }

Property Value

Type