Class BinderOptions
Inheritance
System.Object
BinderOptions
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class BinderOptions : object, IBinderOptions
Constructors
|
Edit this page
View Source
BinderOptions()
Declaration
Properties
|
Edit this page
View Source
Declaration
public string ConfigureAssembly { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
public string ConfigureClass { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DefaultCandidate
Declaration
public bool? DefaultCandidate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
Environment
Declaration
public Dictionary<string, object> Environment { get; set; }
Property Value
Type |
Description |
Dictionary<System.String, System.Object> |
|
|
Edit this page
View Source
InheritEnvironment
Declaration
public bool? InheritEnvironment { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Explicit Interface Implementations
|
Edit this page
View Source
IBinderOptions.DefaultCandidate
Declaration
bool IBinderOptions.DefaultCandidate { get; }
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IBinderOptions.InheritEnvironment
Declaration
bool IBinderOptions.InheritEnvironment { get; }
Returns
Type |
Description |
System.Boolean |
|
Implements