Interface IBinderType
TODO: See if this can be made internal
Namespace: Steeltoe.Stream.Binder
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public interface IBinderType
Properties
| Edit this page View SourceAssemblyPath
Declaration
string AssemblyPath { get; }
Property Value
Type | Description |
---|---|
System.String |
ConfigureClass
Declaration
string ConfigureClass { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |