Table of Contents

Class Limit

Namespace
Loehnert.TypeAndResult
Assembly
Loehnert.TypeAndResult.dll

Represents a limit for attributes and points.

[MessagePackObject(false)]
public class Limit : EntityBase, INotifyPropertyChanged, ITrackable, IEquatable<Limit>, ICanApplyID<Limit>
Inheritance
Limit
Implements
Derived
Inherited Members
Extension Methods

Properties

Max

Gets or sets the upper tolerance limit.

[Key(1)]
public double Max { get; set; }

Property Value

double

Min

Gets or sets the lower tolerance limit.

[Key(0)]
public double Min { get; set; }

Property Value

double

Methods

ApplyID(Limit)

Copies the ID from source to this ID.

public void ApplyID(Limit source)

Parameters

source Limit

Source object.

Equals(Limit)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Limit other)

Parameters

other Limit

An object to compare with this object.

Returns

bool

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

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.