Class BinderConfigurations
Inheritance
System.Object
BinderConfigurations
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class BinderConfigurations : object, IBinderConfigurations
Constructors
|
Edit this page
View Source
BinderConfigurations(IBinderTypeRegistry, IConfiguration)
Declaration
public BinderConfigurations(IBinderTypeRegistry binderTypeRegistry, IConfiguration config)
Parameters
|
Edit this page
View Source
BinderConfigurations(IBinderTypeRegistry, BindingServiceOptions)
Declaration
public BinderConfigurations(IBinderTypeRegistry binderTypeRegistry, BindingServiceOptions options)
Parameters
Properties
|
Edit this page
View Source
Configurations
Declaration
public Dictionary<string, BinderConfiguration> Configurations { get; }
Property Value
Methods
|
Edit this page
View Source
FindMatchingConfigurationsIfAny(IBinder)
Declaration
public List<string> FindMatchingConfigurationsIfAny(IBinder binder)
Parameters
Type |
Name |
Description |
IBinder |
binder |
|
Returns
Type |
Description |
List<System.String> |
|
Implements