Table of Contents

Class GenerateScatterGatherAttribute

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

Constructors

GenerateScatterGatherAttribute(Type, Type, Type)

public GenerateScatterGatherAttribute(Type requestType, Type responseType, Type resultType)

Parameters

requestType Type
responseType Type
resultType Type

Properties

FactoryName

public string FactoryName { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

RequestType

public Type RequestType { get; }

Property Value

Type

ResponseType

public Type ResponseType { get; }

Property Value

Type

ResultType

public Type ResultType { get; }

Property Value

Type