Class BinderOptions
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?