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
Properties
FactoryName
public string FactoryName { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
RequestType
public Type RequestType { get; }
Property Value
ResponseType
public Type ResponseType { get; }
Property Value
ResultType
public Type ResultType { get; }