Class BinderConfigurations
public class BinderConfigurations : IBinderConfigurations
- Inheritance
-
BinderConfigurations
- Implements
- Inherited Members
Constructors
BinderConfigurations(IBinderTypeRegistry, IConfiguration)
public BinderConfigurations(IBinderTypeRegistry binderTypeRegistry, IConfiguration config)
Parameters
binderTypeRegistry
IBinderTypeRegistryconfig
IConfiguration
BinderConfigurations(IBinderTypeRegistry, BindingServiceOptions)
public BinderConfigurations(IBinderTypeRegistry binderTypeRegistry, BindingServiceOptions options)
Parameters
binderTypeRegistry
IBinderTypeRegistryoptions
BindingServiceOptions
Properties
Configurations
public Dictionary<string, BinderConfiguration> Configurations { get; }
Property Value
Methods
FindMatchingConfigurationsIfAny(IBinder)
public List<string> FindMatchingConfigurationsIfAny(IBinder binder)
Parameters
binder
IBinder