Class NumberAttributeBase
- Namespace
- MES.MQC.UtilityLibrary.Form.Attributes.Field
- Assembly
- MES.MQC.UtilityLibrary.dll
public class NumberAttributeBase : FieldAttributeBase, _Attribute, IFieldAttribute
- Inheritance
-
NumberAttributeBase
- Implements
- Derived
- Inherited Members
Properties
AllowNegative
public bool AllowNegative { get; set; }
Property Value
Format
public string Format { get; set; }
Property Value
Max
public double Max { get; set; }
Property Value
Min
public double Min { get; set; }
Property Value
Precision
public int Precision { get; set; }
Property Value
RefreshDelay
public bool RefreshDelay { get; }
Property Value
Step
public double Step { get; set; }
Property Value
Methods
GetBasicTypes()
Allowed basic types for PropertyType
public override Type[] GetBasicTypes()
Returns
- Type[]