Class GenerateMessageTranslatorAttribute
- Namespace
- PatternKit.Generators.Messaging
- Assembly
- PatternKit.Generators.Abstractions.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, Inherited = false)]
public sealed class GenerateMessageTranslatorAttribute : Attribute
- Inheritance
-
GenerateMessageTranslatorAttribute
- Inherited Members
Constructors
GenerateMessageTranslatorAttribute(Type, Type)
public GenerateMessageTranslatorAttribute(Type inputType, Type outputType)
Parameters
Properties
FactoryName
public string FactoryName { get; set; }
Property Value
InputType
public Type InputType { get; }
Property Value
OutputType
public Type OutputType { get; }
Property Value
PreserveHeaders
public bool PreserveHeaders { get; set; }
Property Value
TranslatorName
public string TranslatorName { get; set; }