Class BinderConfiguration
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class BinderConfiguration- Inheritance
- 
      
      BinderConfiguration
- Inherited Members
Constructors
BinderConfiguration(string, string, IBinderOptions)
public BinderConfiguration(string binderType, string binderAssemblyPath, IBinderOptions options)Parameters
- binderTypestring
- binderAssemblyPathstring
- optionsIBinderOptions
Properties
ConfigureAssembly
public string ConfigureAssembly { get; }Property Value
ConfigureClass
public string ConfigureClass { get; }Property Value
IsDefaultCandidate
public bool IsDefaultCandidate { get; }Property Value
IsInheritEnvironment
public bool IsInheritEnvironment { get; }Property Value
Properties
public IDictionary<string, object> Properties { get; }Property Value
ResolvedAssembly
public string ResolvedAssembly { get; set; }