Table of Contents

Class BindingHelpers

Namespace
Steeltoe.Stream.Binding
Assembly
Steeltoe.Stream.StreamBase.dll
public static class BindingHelpers
Inheritance
BindingHelpers
Inherited Members

Methods

CollectBindables(Type)

public static IDictionary<string, Bindable> CollectBindables(Type binding)

Parameters

binding Type

Returns

IDictionary<string, Bindable>

GetBindableTarget(IApplicationContext, string)

public static object GetBindableTarget(IApplicationContext context, string name)

Parameters

context IApplicationContext
name string

Returns

object

GetBindable<T>(IApplicationContext, string)

public static T GetBindable<T>(IApplicationContext context, string name)

Parameters

context IApplicationContext
name string

Returns

T

Type Parameters

T