Class BinderOptions
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class BinderOptions : IBinderOptions
- Inheritance
-
BinderOptions
- Implements
- Inherited Members
Constructors
BinderOptions()
public BinderOptions()
Properties
ConfigureAssembly
public string ConfigureAssembly { get; set; }
Property Value
ConfigureClass
public string ConfigureClass { get; set; }
Property Value
DefaultCandidate
public bool? DefaultCandidate { get; set; }
Property Value
- bool?
Environment
public Dictionary<string, object> Environment { get; set; }
Property Value
InheritEnvironment
public bool? InheritEnvironment { get; set; }
Property Value
- bool?