Interface IAdditionalLimitDefinition
- Namespace
- Loehnert.TypeAndResult.Additional
- Assembly
- Loehnert.TypeAndResult.dll
Interface for an additional type data limit.
public interface IAdditionalLimitDefinition
Properties
Key
Gets the key.
string Key { get; }
Property Value
LowerToleranceDescription
Gets the translatable lower tolerance description.
ITranslation LowerToleranceDescription { get; }
Property Value
- ITranslation
Priority
Gets the priority of the additional limit. Less than zero if values are within the default limits (e. g. Limit or AttributeLimit). Above zero if values are outside the default limits (e. g. Limit or AttributeLimit).
int Priority { get; }
Property Value
UpperToleranceDescription
Gets the translatable upper tolerance description.
ITranslation UpperToleranceDescription { get; }
Property Value
- ITranslation