Class BinderConfiguration
Inheritance
System.Object
BinderConfiguration
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class BinderConfiguration : object
Constructors
|
Edit this page
View Source
BinderConfiguration(String, String, IBinderOptions)
Declaration
public BinderConfiguration(string binderType, string binderAssemblyPath, IBinderOptions options)
Parameters
Type |
Name |
Description |
System.String |
binderType |
|
System.String |
binderAssemblyPath |
|
IBinderOptions |
options |
|
Properties
|
Edit this page
View Source
Declaration
public string ConfigureAssembly { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
public string ConfigureClass { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsDefaultCandidate
Declaration
public bool IsDefaultCandidate { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsInheritEnvironment
Declaration
public bool IsInheritEnvironment { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Properties
Declaration
public IDictionary<string, object> Properties { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.Object> |
|
|
Edit this page
View Source
ResolvedAssembly
Declaration
public string ResolvedAssembly { get; set; }
Property Value
Type |
Description |
System.String |
|