Table of Contents

Class MessageTranslatorHeaderAttribute

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

Constructors

MessageTranslatorHeaderAttribute(string, string)

public MessageTranslatorHeaderAttribute(string name, string value)

Parameters

name string
value string

Properties

Name

public string Name { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string