Class BinderType
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class BinderType : IBinderType
- Inheritance
-
BinderType
- Implements
- Inherited Members
Constructors
BinderType(string, string, string)
public BinderType(string name, string configurationClass, string assemblyPath)
Parameters
Properties
AssemblyPath
public string AssemblyPath { get; }
Property Value
ConfigureClass
public string ConfigureClass { get; }
Property Value
Name
public string Name { get; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object o)
Parameters
oobject
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.