Table of Contents

Class OrderingSolution

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class OrderingSolution
Inheritance
OrderingSolution
Inherited Members
Extension Methods

Constructors

OrderingSolution(Guid)

public OrderingSolution(Guid id)

Parameters

id Guid

Properties

CutScore

public decimal? CutScore { get; set; }

Property Value

decimal?

Identifier

public Guid Identifier { get; }

Property Value

Guid

Options

public IReadOnlyList<Guid> Options { get; }

Property Value

IReadOnlyList<Guid>

Points

public decimal Points { get; set; }

Property Value

decimal

Methods

CopyTo(OrderingSolution)

public void CopyTo(OrderingSolution other)

Parameters

other OrderingSolution

IsEqual(OrderingSolution, bool)

public bool IsEqual(OrderingSolution other, bool compareIdentifiers = true)

Parameters

other OrderingSolution
compareIdentifiers bool

Returns

bool

ReorderOptions(IDictionary<Guid, int>)

public void ReorderOptions(IDictionary<Guid, int> order)

Parameters

order IDictionary<Guid, int>