Table of Contents

Struct Bindable

Namespace
Steeltoe.Stream.Binding
Assembly
Steeltoe.Stream.StreamBase.dll
public struct Bindable
Inherited Members

Properties

BindingTargetType

public Type BindingTargetType { readonly get; set; }

Property Value

Type

FactoryMethod

public MethodInfo FactoryMethod { readonly get; set; }

Property Value

MethodInfo

IsInput

public bool IsInput { readonly get; set; }

Property Value

bool

Name

public string Name { readonly get; set; }

Property Value

string