Table of Contents

Class GenerateMessagingBridgeAttribute

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

Constructors

GenerateMessagingBridgeAttribute(Type, Type)

public GenerateMessagingBridgeAttribute(Type inboundType, Type outboundType)

Parameters

inboundType Type
outboundType Type

Properties

BridgeName

public string BridgeName { get; set; }

Property Value

string

FactoryName

public string FactoryName { get; set; }

Property Value

string

InboundType

public Type InboundType { get; }

Property Value

Type

OutboundType

public Type OutboundType { get; }

Property Value

Type