Class DynamicDestinationsBindable
Inheritance
System.Object
DynamicDestinationsBindable
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class DynamicDestinationsBindable : AbstractBindable, IBindable
Constructors
|
Edit this page
View Source
DynamicDestinationsBindable()
Declaration
public DynamicDestinationsBindable()
Properties
|
Edit this page
View Source
BindingType
Declaration
public override Type BindingType { get; }
Property Value
Overrides
|
Edit this page
View Source
Outputs
Declaration
public override ICollection<string> Outputs { get; }
Property Value
Type |
Description |
ICollection<System.String> |
|
Overrides
Methods
|
Edit this page
View Source
AddOutputBinding(String, IBinding)
Declaration
public void AddOutputBinding(string name, IBinding binding)
Parameters
Type |
Name |
Description |
System.String |
name |
|
IBinding |
binding |
|
|
Edit this page
View Source
UnbindOutputs(IBindingService)
Declaration
public override void UnbindOutputs(IBindingService adapter)
Parameters
Overrides
Implements