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
Properties
ConfigureClass
public virtual string ConfigureClass { get; set; }
Property Value
Name
public virtual string Name { get; set; }