Class EnableBindingAttribute
- Namespace
- Steeltoe.Stream.Attributes
- Assembly
- Steeltoe.Stream.Abstractions.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class EnableBindingAttribute : Attribute
- Inheritance
-
EnableBindingAttribute
- Inherited Members
Constructors
EnableBindingAttribute(params Type[])
public EnableBindingAttribute(params Type[] bindings)
Parameters
bindings
Type[]
Properties
Bindings
public virtual Type[] Bindings { get; set; }
Property Value
- Type[]