Table of Contents

Class BinderAttribute

Namespace
Steeltoe.Stream.Attributes
Assembly
Steeltoe.Stream.StreamBase.dll
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)]
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class BinderAttribute : Attribute
Inheritance
BinderAttribute
Inherited Members

Constructors

BinderAttribute()

public BinderAttribute()

BinderAttribute(string, Type)

public BinderAttribute(string name, Type configureClass)

Parameters

name string
configureClass Type

Properties

ConfigureClass

public virtual string ConfigureClass { get; set; }

Property Value

string

Name

public virtual string Name { get; set; }

Property Value

string