Table of Contents

Class BinderType

Namespace
Steeltoe.Stream.Binder
Assembly
Steeltoe.Stream.StreamBase.dll
public class BinderType : IBinderType
Inheritance
BinderType
Implements
Inherited Members

Constructors

BinderType(string, string, string)

public BinderType(string name, string configurationClass, string assemblyPath)

Parameters

name string
configurationClass string
assemblyPath string

Properties

AssemblyPath

public string AssemblyPath { get; }

Property Value

string

ConfigureClass

public string ConfigureClass { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object o)

Parameters

o object

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.