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
Min
Gets or sets the lower tolerance limit.
[Key(0)]
public double Min { get; set; }
Property Value
Methods
ApplyID(Limit)
public void ApplyID(Limit source)
Parameters
source
LimitSource object.
Equals(Limit)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Limit other)
Parameters
other
LimitAn 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.