Table of Contents

Class BinderAttribute

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