SolverRegistration Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the information about a registered solver.

Inheritance Hierarchy

System.Object
  Microsoft.SolverFoundation.Services.SolverRegistration

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Class SolverRegistration _
    Implements IComparable(Of SolverRegistration), IComparable
public class SolverRegistration : IComparable<SolverRegistration>, 
    IComparable
public ref class SolverRegistration : IComparable<SolverRegistration^>, 
    IComparable
type SolverRegistration =  
    class
        interface IComparable<SolverRegistration>
        interface IComparable
    end
public class SolverRegistration implements IComparable<SolverRegistration>, IComparable

The SolverRegistration type exposes the following members.

Constructors

  Name Description
Public method SolverRegistration Create a new instance.

Top

Properties

  Name Description
Public property AssemblyName Gets the fully qualified name of the solver assembly.
Public property Capability Get the capabilities of the solver.
Public property DirectiveClassName Gets the class name of the solver directive.
Public property InterfaceName Gets the solver interface name (optional).
Public property Name Gets the name of the solver.
Public property ParameterClassName Get the class name of the solver parameters.
Public property SolverClassName Gets the class name of the solver.

Top

Methods

  Name Description
Public method CompareTo Compares the current object with another object of the same type.
Public method Equals Indicates whether the current object is equal to another object of the same type. (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Return a string representation of the entry. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Test for equality.
Public operatorStatic member Inequality Test for inequality.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IComparable.CompareTo Compares the current object with another object of the same type.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace