Class InputAttribute
Indicates that an input binding target will be created by the framework.
Inheritance
System.Object
InputAttribute
Namespace: Steeltoe.Stream.Attributes
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public class InputAttribute : Attribute
Constructors
| Edit this page View SourceInputAttribute(String)
Initializes a new instance of the InputAttribute class.
Declaration
public InputAttribute(string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the binding target name |
Properties
| Edit this page View SourceName
Gets or sets the binding target name; used as a name for binding target and as a destination name by default.
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |