Class BinderAttribute
Inheritance
System.Object
BinderAttribute
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class BinderAttribute : Attribute
Constructors
|
Edit this page
View Source
BinderAttribute()
Declaration
|
Edit this page
View Source
BinderAttribute(String, Type)
Declaration
public BinderAttribute(string name, Type configureClass)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Type |
configureClass |
|
Properties
|
Edit this page
View Source
Declaration
public virtual string ConfigureClass { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Name
Declaration
public virtual string Name { get; set; }
Property Value
Type |
Description |
System.String |
|