Table of Contents

Class EnableBindingAttribute

Namespace
Steeltoe.Stream.Attributes
Assembly
Steeltoe.Stream.Abstractions.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
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[]