Table of Contents

Class InputAttribute

Namespace
Steeltoe.Stream.Attributes
Assembly
Steeltoe.Stream.Abstractions.dll

Indicates that an input binding target will be created by the framework.

[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property, AllowMultiple = false)]
public class InputAttribute : Attribute
Inheritance
InputAttribute
Inherited Members

Constructors

InputAttribute(string)

Initializes a new instance of the InputAttribute class.

public InputAttribute(string name = null)

Parameters

name string

the binding target name

Properties

Name

Gets or sets the binding target name; used as a name for binding target and as a destination name by default.

public virtual string Name { get; set; }

Property Value

string