Class BinderType
Inheritance
System.Object
BinderType
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class BinderType : object, IBinderType
Constructors
|
Edit this page
View Source
BinderType(String, String, String)
Declaration
public BinderType(string name, string configurationClass, string assemblyPath)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
configurationClass |
|
System.String |
assemblyPath |
|
Properties
|
Edit this page
View Source
AssemblyPath
Declaration
public string AssemblyPath { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
public string ConfigureClass { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Implements