Class BindingHelpers
Inheritance
System.Object
BindingHelpers
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public static class BindingHelpers : object
Methods
|
Edit this page
View Source
CollectBindables(Type)
Declaration
public static IDictionary<string, Bindable> CollectBindables(Type binding)
Parameters
Type |
Name |
Description |
Type |
binding |
|
Returns
Type |
Description |
IDictionary<System.String, Bindable> |
|
|
Edit this page
View Source
GetBindable<T>(IApplicationContext, String)
Declaration
public static T GetBindable<T>(IApplicationContext context, string name)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
System.String |
name |
|
Returns
Type Parameters
|
Edit this page
View Source
GetBindableTarget(IApplicationContext, String)
Declaration
public static object GetBindableTarget(IApplicationContext context, string name)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|